Benoît Cortier
Benoît Cortier
Basically load `.wasm` files. Capabilities: - provide new commands, - hook on events, - call helix commands, - access UI stuff…? At first we could use a basic toml config...
Hello! I'm currently trying to use honggfuzz for fuzzing a network interface using persistent fuzzing. Here is my harness as of now (link refer to a specific commit): https://github.com/Devolutions/devolutions-gateway/blob/bf66f15933d9571574f2db8e65fd1c1019025551/fuzz/server/fuzz_targets/listeners_raw.rs ```rust...
When checking all the commits, `cog check` should not exit if parent is not found because this is perfectly normal when working in a shallow repository. This patch modifies this...
Hello, I’m very interested in seeing a C# bindgen target for `uniffi-rs`. I’m not sure it’s on the roadmap for Mozilla, but would you integrate it in the main repo...
Hi, In previous `multihash` version, we used to be able to compute the digest in a streamed manner using [`MultihashDigest::input`](https://docs.rs/multihash/0.11.4/multihash/trait.MultihashDigest.html#tymethod.input) and it was possible to get [a boxed MultihashDigest given...
#### Describe your feature request See [`context.vim`](https://github.com/wellle/context.vim) for yourself. I think we may achieve this using tree sitter. ![][scroll.gif] [scroll.gif]: https://raw.githubusercontent.com/wellle/images/master/context-scroll.gif May be built-in or provided by a plugin.
Add some form of support for global search-and-replace. ### Discussed in https://github.com/helix-editor/helix/discussions/3793 Originally posted by **nour-dev** September 11, 2022 hey, the question is the title. I know how to make...
This patch adds size-based rotation to tracing-appender. Closes https://github.com/tokio-rs/tracing/issues/1940 Closes https://github.com/tokio-rs/tracing/issues/858 cc @hawkw @IniterWorker @CfirTsabari ## Motivation In a constrained environment, we should be able to contain the logging size...
Hi, Out of curiosity, is there any plan or desire to make russh more WebAssembly-friendly? Currently I see a few dependencies that can’t be used in WebAssembly: tokio, libc and...
IronRDP is a pure Rust implementation of the Microsoft RDP protocol. The whole stack is open source and dual-licensed under the MIT and Apache v2 licenses. It is portable and...