Nipunn Koorapati

Results 38 issues of Nipunn Koorapati

Currently, codegen supports three different forms of ZC codegen rust.grpc_slices=true rust.zero_copy=true rust.blob=true Analyze/understand why these are here and what they are, and potentially simplify.

Convenience method. Could imagine it going somewhere like here https://github.com/denoland/rusty_v8/blob/3315ccd4e9d2c98a6c626ff8c047fa9817769da3/src/object.rs#L551 Look something like this (ish) ``` pub fn iter(&self, scope: &mut HandleScope

Using mold on mac with rust ``` ✗ mold --version mold 1.4.2 (compatible with GNU ld) ``` Test program: ``` ➜ test_crash git:(master) ✗ cat src/main.rs fn main() { panic!("HELLO");...

https://doc.rust-lang.org/cargo/reference/workspaces.html#the-members-and-exclude-fields For example if the workspace Cargo.toml has ``` [workspace] members = ["crates/*", "crates_private/*"] ``` Then ideally cargo-machete only searches the `crates/` and `crates_private/` directories. This is particularly useful in...

The new workspace inheritance feature adds these fields. Would love for them to be sorted by this tool!

Part of the new workspace dependencies feature described here https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#inheriting-a-dependency-from-a-workspace Fixes #54

This matches the equivalent `FromIterator for Value` which allows for `K: Into` and `V: Into` Added a doctest (mostly copied from the equivalent method on Value) which passes. Thanks for...

I see that here https://nexte.st/book/slow-tests.html - it is possible to set a limit for what is marked as slow. I think it would also be nice to show the slowest...

- [x] I have looked for existing issues (including closed) about this ## Feature Request I'd like for something like `#[debug_handler]` to work on from_fn middleware (which now supports extractors)....

C-feature-request
E-medium
A-axum-macros

In a build on our project, we saw something like this: ``` Creating test report Rust Test Results Processing test results for check run Rust Test Results Creating check run...