Skip to content

Instantly share code, notes, and snippets.

View peikk0's full-sized avatar
💚
🚀

Pierre Guinoiseau peikk0

💚
🚀
View GitHub Profile
@peikk0
peikk0 / crash.log
Created April 27, 2021 04:15
Terraform v0.15.1 setproduct() funtion panic
│ Error: Error in function call
│ on outputs.tf line 2, in output "panics":
│ 2: value = setproduct([], [])
│ Call to function "setproduct" failed: panic in function implementation: runtime error: hash of unhashable type cty.ValueMarks
│ goroutine 73 [running]:
│ runtime/debug.Stack(0xc0006ee070, 0x3018fc0, 0xc0006d6120)
│ /usr/local/go/src/runtime/debug/stack.go:24 +0x9f
@peikk0
peikk0 / keybase.md
Created February 21, 2020 00:58
keybase.md

Keybase proof

I hereby claim:

  • I am peikk0 on github.
  • I am peikk0 (https://keybase.io/peikk0) on keybase.
  • I have a public key ASCJtJzIWeLS9Y191OIHNVCSuD8mbGLof9z1YO4ElYKy_Ao

To claim this, I am signing this object:

#!/usr/local/bin/perl -w
# check_zfs Nagios plugin for monitoring Sun ZFS zpools
# Copyright (c) 2007
# Written by Nathan Butcher
# Released under the GNU Public License
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@peikk0
peikk0 / custom.desktop
Created October 16, 2015 10:42
Custom session
# /usr/share/xsessions/custom.desktop
[Desktop Entry]
Name=Xsession
Exec=/etc/X11/Xsession
@peikk0
peikk0 / chromium-fix-urlbar.patch
Created July 16, 2012 19:52
chromium-fix-urlbar.patch
This patch restores compliance with IETF RFC 3986 in Chromium:
* fixes the bug introduced in 2010, removing http:// in the URL bar without any option to bring it back: http://code.google.com/p/chromium/issues/detail?id=41467
* reverts the removal of trailing slashes in the URL bar: http://code.google.com/p/chromium/issues/detail?id=43587
--- chrome/browser/autocomplete/autocomplete.cc 2012-07-10 09:48:52.000000000 +0200
+++ chrome/browser/autocomplete/autocomplete.cc 2012-07-16 20:57:19.078551682 +0200
@@ -585,7 +585,7 @@
return net::FormatUrl(
url,
languages,