Michal Kawalec
Michal Kawalec
Without this fix, if two methods are bound to the same action (either in the suite or in component), only the last one will fire. This is clearly not what...
I needed to use this library from an async context, decided to move it all the way to async-only after experimenting with having sync/async behind feature flags. Let me know...
This implements https://github.com/expressjs/session/issues/425 by setting up an extra nonce cookie when `regenerate` is set to `true`. That nonce is validated against the previous value and refreshed on each request. This...
For reasons that escape me, [trying to instantiate a filter](https://github.com/mkawalec/deluge/blob/main/src/deluge_ext.rs#L357-L369) causes a compilation error saying that `Filter` does not implement the `Deluge` trait. This is contrary to [`Filter` implementing a...
Because of a major version bump originating in https://github.com/infinyon/node-bindgen/pull/155, it would be useful to identify any possibly breaking improvements to include in v5.