Stéphan Kochen

Results 32 issues of Stéphan Kochen

See the advisory at: https://rustsec.org/advisories/RUSTSEC-2020-0159.html There is currently no fixed release of chrono. It's unclear to me if chrono is still maintained. I'm not sure if replacing it is an...

Fixes #16. Some tests are failing, but that appears to be unrelated to the actual test runner.

Multi-packet responses, such as AXFR and IXFR can omit the question in all but the first response packet.

This syncs up the list of consts with what's registered at IANA: http://www.iana.nl/assignments/dns-parameters/dns-parameters.xhtml And also adds OPCODEs, which is useful for sending NOTIFY messages.

Code is rough, and not sure if this is a good idea. Just playing around with ideas in #24. This bypasses `tokio::fs` and directly uses `spawn_blocking` inspired by Tokio internals....

Run the following: ``` sh echo 'x => ({ x: () => x });' | babel --plugins transform-es2015-function-name ``` Expected output is the unchanged input: ``` js x => ({...

blocked upstream

Reported in #47, it appears there's no way to find the current version of the plugin.

Currently, we just implement stuff from the user-level instruction set (spec volume 1), but according to volume 2, machine-mode is also required. I remember the test suite also tried to...

## Describe the bug Hi! Thanks for all your work on this crate! As of 0.2.9, I have a failing test in [Portier](https://github.com/portier/portier-broker/) where we perform some normalization on email...