Lancelot de Ferrière

Results 10 comments of Lancelot de Ferrière

FYI I'm hitting [this issue](https://github.com/sidorares/json-bigint/issues/34) with json-bigint when using starknet.js . My temp fix is to pull from `git+https://github.com/bushev/json-bigint.git#e3e93f71d633cd558bc7c57afcd9e1f54f669d0b` in my package.json

Previously, orizi wrote… i have no issue with the trait - but i'm not sure we want to operator. if it is for the consteval_int! - finding the method call...

@orizi Hm, to be honest this seems somewhat problematic to me. The raw AST that plugins get is not really aware of traits or anything like that, hence `3.add(5)` wouldn't...

(These should also be separate traits IMO instead of methods on array/bytearray)

I have a very dirty commit with the changes I've done to make it appear to work here: https://github.com/wraitii/dojo/tree/briq_upgrade_07_test

> Point 1: is this for `sozo events` subcommand? No, `solo migrate` recreates the remote manifest using events. > Point 3: > > The original_class_hash is set by default to...

> > * Two lines in `vm/src/lib.rs` and `vm/src/vm/runners/cairo_pie.rs` pessimistically assume `wasm no_std`, when the former works just fine - we can be more precise. > > Those really shouldn't...

> Just the gist, [...] Added a line, can't hurt much anyways. > Also, I played a bit of 0AD like 10 years ago or so. I didn't do much...

Hey @Oppen , bumping this - from my perspective this is still ready to merge

In case that's easier: you can find both binaries here: https://github.com/wraitii/0ad/releases/tag/moltenvkissue Run with: - `pyrogenesis_descset -autostart=scenarios/combat_demo -conf=rendererbackend:vulkan` - This is the laggy version - `MVK_CONFIG_USE_METAL_ARGUMENT_BUFFERS=0 pyrogenesis -autostart=scenarios/combat_demo -conf=rendererbackend:vulkan` - This...