Stephan Buys
Stephan Buys
Hi, it would be awesome to use all the familiar lodash functions on arbitrary data if the right format of data was presented in memory? I also have a usecase...
Hi, I have a small demo due next Friday and I was wondering if I could try quasar? Only catch is that I need to get data from a server...
Hi, not knowing much about libpnet I just wanted to ask what kind of event loop drives the underlying interface reader? Guessing its single threaded, etc. It would be awesome...
Hi, there are some handy conversion charts for the IPv4 DSCP and ECN headers, would something like it be welcome in libpnet_macros? I'm thinking that the values could be expressed...
Hi all, where in the stack (`tokio-core`, `mio`, etc) would one add support for Packets/Frames over and above TPC/UDP support? I think there is a wonderful use-cases for non-blocking DPI...
Hi David, is running capnpn over tls/https (and through a proxy) something thats feasible to bolt on the this project? I'm contemplating sponsoring the development of something like it as...
It would be cool to do this: ``` #[schedule("0 * * * *")] fn task_hourly() { ... } ```
As per author: "Constant Delay; an extension I've seen that is neat is @every 1h to define a delayed task instead of a scheduled task"