Jakub Trąd
Jakub Trąd
**Describe the bug** When formatting a file with queries which contain `create`, the formatting removes spaces above said queries. **To Reproduce** Using the default `"preserve"` setting for `linesBetweenQueries`. Take and...
It's possible to parse `"lit 1" | "lit 2" => todo!()` into `syn::Arm`, but parsing `"lit 1" | "lit 2"` into `syn::Pat` fails with `unexpected token`. [Playground example](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=a28d125f5714ab4f45a194d1756a465c)
### Description We started noticing that when we're frequently using the `eth_call` method, every now and then it would fail unexpectedly with the `Block not found` error. After observing the...
- [ ] Because this PR includes a **bug fix**, relevant tests have been included. - [ ] Because this PR includes a **new feature**, the change was previously discussed...
I have a project which had a submodule added recently. For some reason the Pull Requests and Issues tabs now only display the PRs and issues from the sumbodule repository...
Running a cartridge saved in the `.wasmp` format fails with the following message: `underrun while parsing Wasm binary` Loading the very same game saved in the regular binary format (i.e....
We use these functions in a few places without ensuring that the types we're converting into can be converted to. For example: ``` pub fn new_with_initial_values( file_path: PathBuf, initial_value: &H::Hash,...