Elias Gabriel Amaral da Silva
Elias Gabriel Amaral da Silva
Apologies if this is already fixed on master, I'm on @rspc/react 0.1.2 (and @tanstack/react-query 4.21.0, @tanstack/react-query-devtools 4.21.0) So, react-query has a [devtools widget](https://tanstack.com/query/v4/docs/react/devtools) that looks like this: ```html {/* The...
Hello, I'm getting > 🚨 Error writing to cache: ENOENT: no such file or directory, stat 'build.rs' When trying to build [rust-parcel-template](https://github.com/rustwasm/rust-parcel-template). Steps to reproduce: npm init rust-parcel my-app cd...
Hi, this repository was linked from [this thread](https://www.reddit.com/r/rust/comments/5zcsk3/is_it_possible_to_implemement_erlanglike/). It looks cool! I'm not sure if this is the right place to ask, but: I wonder if one could implement supervision...
If I press the arrow key down or press TAB, icepick should cycle between the alternatives shown. Currently, it always selects the first alternative, and it tries to process arrow...
Cargo still doesn't support something like [postbuild.rs](https://github.com/rust-lang/cargo/issues/545) which would run after the build (like `build.rs` runs before the build). The usual workaround is to build with another tool that first...
How does Dorian compares to [inkwell](https://github.com/TheDan64/inkwell)? Maybe a short section on readme would be nice.
Hi, I just saw this project and I have a question, could pecs's promises implement [Future](https://doc.rust-lang.org/std/future/trait.Future.html) so that it can be used with async/await? Not a feature request, just curious.
It appears that either `pulldown-cmark` or `pulldown-cmark-to-cmark` itself silently shrinks any number of consecutive empty lines into a single empty line, and also strips trailing whitespace. For example, for this...
Currently the examples don't run because they point to leptos 0.5. This fixes that. Additionally this PR also adds a `rust-toolchain.toml` file pointing to Rust nightly, because it looks like...
I see the latest docker container is [at version 0.7](https://hub.docker.com/r/blainehansen/postgres_migrator/tags), but I think it isn't built from source so I can't find a way to check from which commit it's...