extrawurst

Results 192 issues of extrawurst

if I try to build my project for wasm using `bevy_tokio_tasks` it generates an error: ``` compile_error!("Only features sync,macros,io-util,rt,time are supported on wasm."); ``` is it possible to use the...

It would be great to have a simple derive for Boxed newtypes to just use `.into` with: ```rust #[derive(IntoBox)] struct BoxedError(Box); ``` The specific use case is that with `thiserror`...

Now that this got upstreamed: will this crate still be released with 0.15 support to help migration?

Since #52 is merged, can we get a crates release? is there anything else a PR could help get that happen?

which in turn probably means we also have to split out `git2-testing` first? followup to: https://github.com/gitui-org/gitui/pull/2571#issuecomment-2910637312 repo created: https://github.com/gitui-org/git2-hooks

caused by ratatui: https://github.com/ratatui/ratatui/issues/1712 possible actions: * wait and see whether ratatui plans to migrate away * silence the warning

bug

If there are still changes we currently do not allow switching branches. we should instead offer to stash/reapply these changes after checkout of the other branch. Just like `fork` allows:

good first issue
feature-request