Lancelot de Ferrière

Results 9 issues of Lancelot de Ferrière

This splits the `len` and `is_empty` methods to a different trait (which I called `Container`, but that name is not something I'm particularly attached to). This will make it easier...

This is mostly intended for use in the `consteval_int!` macro, but could work in general. Allows writing: ```const some_bitmask: felt252 = consteval_int!(2**128 - 1);``` and the likes. - - -...

**Describe the bug** Still experiencing some issues with the briq contract migration from a Dojo v0.3 to Dojo v0.7 Namely: 1. the `ModelRegistered` struct was updated with new fields and...

bug
sozo

# Fix WASM32 compilation for Cairo1-run and cairo-vm ## Description Running the following fails on `main`: ```cargo build --bin cairo1-run --target wasm32-unknown-unknown --release --no-default-features``` There are 4 issues: - `zip`...

**Is your feature request related to a problem? Please describe.** LengthDelimitedCodec provides a default implementation of `Encode` for `bytes::Bytes`. This forces users to import `bytes`, when there is no reason...

A-tokio-util
C-feature-request
M-codec

Tweet IDs are ranging beyond JS integer support # Risks Low. Should be a straight bug fix. ## What does this PR do? Replaces the usage of `number` by `biting`...

0 A.D. is experiencing a weird CPU-side performance bottleneck when using argument buffers. ### Repro - Download 0 A.D. `git clone https://gitea.wildfiregames.com/0ad/0ad.git` - Follow build instructions [here](https://gitea.wildfiregames.com/0ad/0ad/wiki/BuildInstructions#macos) - We have...

Opening a small issue on this topic since I'm not 100% sure what the plan is and where to best document it. I lost about an hour yesterday trying to...

documentation
enhancement
api

### Component primitives ### What version of Alloy are you on? 1.4.1 ### Operating System None ### Describe the bug The workspace provides `proptest` but does not de-activate the default...

bug