I hereby claim:
- I am blachniet on github.
- I am blachniet (https://keybase.io/blachniet) on keybase.
- I have a public key ASBRXQm3QjwU1gROkz41jueUf6QnZe83OjuaYQ3CaFkBLAo
To claim this, I am signing this object:
1,1,1,1 | |
1,1,1,2 | |
1,1,1,3 | |
1,1,1,4 | |
1,1,1,5 | |
1,1,1,6 | |
1,1,2,1 | |
1,1,2,2 | |
1,1,2,3 | |
1,1,2,4 |
I hereby claim:
To claim this, I am signing this object:
All projects targeted .NET Framework 3.5 both before and after these changes. Some projects additionally target some additional frameworks:
<version>
and <releaseNotes>
in blachniet.Avro.nuspec
blachniet.Avro-<versionNumber>
nuget pack -Symbols
*.nupkg
package main | |
import ( | |
"encoding/json" | |
"flag" | |
"html/template" | |
"os" | |
) | |
func main() { |
#!/bin/sh | |
# | |
# After $TARGET_REF is pushed, write the | |
# contents of $FILE to $DEST. | |
# | |
# To enable this hook in a bare git repo | |
# 1. place it in the hooks/ directory | |
# 2. rename it to "post-update" | |
# 3. chmod +x post-update |
#=========================== Filebeat prospectors ============================= | |
filebeat.prospectors: | |
- input_type: log | |
paths: | |
- C:\ProgramData\Consul\logs\* | |
multiline.pattern: ^(==>|\s*\d{4}/\d{2}/\d{2}) | |
multiline.negate: true | |
multiline.match: after | |
#================================ General ===================================== |