Squirrel

Results 247 comments of Squirrel

To fix things properly on cargo / rustc my PRs would have to be broken down and landed in a series of bite sized increments. Doing it all as one...

If you are getting this error on nixos then this issue did the trick for me: https://github.com/bevyengine/bevy/issues/136

I was thinking it might make things clearer in the same vain that `as_deref_mut` and `as_deref` did when they were added to Option. `cloned().cloned()` makes me wonder what's going on,...

Hmm, for some types they are equivilent. https://godbolt.org/z/K6xMfh, but I was thinking more about signaling intent.

His github status at the moment is: "No time to maintain personal projects at the moment" so that confirms it.

I've had a go and am also a bit perplexed. I had a go: https://github.com/gilescope/dotsamaworld/commit/22566351f594168e51addc7042867423be063d22 I could construct something that compiled, but once I had added my chain and got...

Also please let me know if that's definitely NOT the right way to be constructing things - I did not have much to go on and am just following the...

I can start with copying `bin/wasm-node/rust` and then like drawing an owl, all I have to do is shove `ws_stream_wasm` into it.

If the head is 9,000,000 it would be nice if recent block numbers were supported. Presumably the hash of block 8,999,999 is known? If so it could be returned rather...

Maybe I'm reading the runes wrong on this one but it looks like only 0 is supported; should it not care about the height parameter here if it is implemented:...