Jake Shadle
Jake Shadle
Linking https://github.com/getsentry/symbolic/issues/375 as this issue also includes minidump generation on the platforms we (currently) care about.
Now that https://github.com/EmbarkStudios/crash-handling exists we can create a pure Rust implementation to integrate crash handling with Sentry and completely get rid of the C++ mess in Breakpad.
In addition, we ideally would just have our own simpler implementation of the sentry sdk that is capable of sending over data to the crash handler process so that things...
> But you don't accept the listed any-OSI. Nor is it clear which meta-licence covers the FSF column. FSFAP is the only FSF* licence with a Y in the FSF...
I don't think I would ever add something like that to cargo-deny as it would be too confusing for users, and would only help those who actually user cargo-deny, not...
Well that's weird. I'll look at it over the weekend.
`krates` only ever creates a single graph, if you need to have a split between build and runtime you'd need to create 2 graphs, using https://docs.rs/krates/latest/krates/struct.Builder.html#method.ignore_kind to filter out the...
I need to know what approach to use with integrating CRDT with xDS, basically I see three options: ## Simple The simple approach is to just use the existing resource...
The only thing I can think of is if you are using winit or another dependency as a path dependency in one case and not another, causing the sorting to...
Sure I'll split it up.