Mathieu Lecarme
Mathieu Lecarme
```golang package main import ( "fmt" "os" "github.com/mccoyst/ogg" ) func main() { f, err := os.Open(os.Args[1]) if err != nil { panic(err) } decoder := ogg.NewDecoder(f) var encoder *ogg.Encoder for...
with node v0.6.19. A simple web application querying a hoard storage. A small bench with 10 concurrents users, and a crash : fs.js:267 binding.read(fd, buffer, offset, length, position, wrapper); ^...
package is a reserved word, ANSI Terminal colors syntax is no more correct.
The verification tool tool expect DNS TXT record to be what you say. The DNS TXT record is a classical key value format, and you can add more keys :...
Or at least logging. When domain mismatch (from and dkim), sending unsingned mail, silently, is just a treason.
With recent npm you can install and test in a standard way. npm test, npm install.
I want to use statsd in an half private context. Statsd daemon only listen in localhost, with an arbitrary key prefix and push data to a mutualised carbon. I don't...
``` yarn audit […] 901 vulnerabilities found - Packages audited: 601 Severity: 473 Low | 7 Moderate | 420 High | 1 Critical ``` Ok, lets upgrade. ``` yarn upgrade...