Vincent Bernat
Vincent Bernat
Hey! When connecting with ssh and a key, you can start typing stuff while authenticating and this will be provided to the next process listening to stdin. When using passh,...
Hi! Because node.js HTTP parser doesn't expose callbacks to hook some actions when receiving chunks, it seems difficult to really detect HTTP chunks. On this matter, see this old PR...
Hey! Looking at the sample, I find it difficult to understand how to plug that into an existing build. As far as I understand, plugging into an "assemble" target is...
Hey! It would be nice to be able to access the parts matching a regex when using the `matches` operator. The captured parts could be assigned to some variables (`$1`,...
Hi! ChromeHAR exhibits many problems in Firefox. The layout is mangled and some elements are missing. See the following screenshot: 
Hey! From 0.9.3, `Cargo.lock` is not shipped anymore. It is useful for some packaging systems, like Nix, which rely on this file to ensure a reproducible build. If it was...
It's mostly to play a bit. No arm64 images yet. The image is also a bit big because we embed the glibc (because of cgo, because of sqlite). ``` 140K...
In addition to `SrcCountry` and `DstCountry`, it would be nice to be able to add `SrcCity` and `DstCity`. However, this may a rabbit hole. The City Maxmind databases also contains:...
When configuration changes, components need to be restarted. Dynamic configuration can be achieved with something like [go-archaius][] or [Harvester][]. This is currently quite low priority. [go-archaius]: https://github.com/go-chassis/go-archaius [Harvester]: https://github.com/beatlabs/harvester
Add VRF support in Akvorado. I don't have use for this myself but it may be relevant in the future. For Netflow, the VRF is provided as part of the...