jyn

Results 249 issues of jyn

We'll still need to convert this in `worker` itself, because it needs to turn back into a `wasm_bindgen::JsValue`, but we don't need to add our own Response type, we can...

ecosystem-compat

I am positive that someone will try to use `tokio::spawn` no matter what, but we can at least flash a big warning in the readme.

documentation

Here is `cargo llvm-lines --lib` run on docs.rs: https://gist.github.com/jyn514/3a99fca8e1d3a8048d6bba409b76b381 Note 3 of the top 10 functions are all from `serde_json`, despite there only being ~20 copies: ``` Lines Copies Function...

I have a workspace that looks like this, where `my-crate: feature1 => x/feature2` means "my-crate has a feature named `feature1` which enables `feature2` in the dependency `x`": ``` bin/my-app: fips...

In https://github.com/facebookincubator/cargo-guppy/issues/655#issuecomment-1147804389, I tried configuring `haraki` with `transitive-excludes` instead of `traversal-excludes`, which gave `info: no changes detected` with little explanation of what went wrong. It would be great if haraki...

**Is your feature request related to a problem? Please describe.** I have a Unix socket where I want to call `libc::sendmsg` on the file descriptor directly. Right now, I have...

A-tokio
C-feature-request

This can be useful in cases where you already have an in-memory flat representation, but want to use Nom to traverse it in a custom order. See https://github.com/adamchalmers/aoc21/pull/2/commits/a8fd28ab2f76ffbae115dc92bf9a683fc1ac8c6e for a...

:boom: Unable to create a status for d624549bf84ee7110771ff0b5fe2b63ebcc21e9a (422 No commit found for SHA: d624549bf84ee7110771ff0b5fe2b63ebcc21e9a) _Originally posted by @bors in https://github.com/rust-lang/rust/issues/84017#issuecomment-831839544_

This was introduced in #101 to make it more clear for new contributors. However, it's annoying for existing contributors because the text is much longer. `bors` should only post the...