Squirrel

Results 243 comments of Squirrel
trafficstars

could have a spin / sleep combo so that it doesn't get killed by the browser? some kind of exponential backoff for polling up to a max? ( pragmatism beats...

FYI https://github.com/zesterer/pollster is a wasm compatible implementation of `block_on` that does return.

Excellent can't wait for this to land so that we can stop manually worrying about how Cargo.toml should be formatted. This is the improvement in rust I am most looking...

I’ll take a first step! On Sun, 8 May 2022 at 19:23, Caleb Cartwright ***@***.***> wrote: > Excellent can't wait for this to land so that we can stop manually...

I get this on ubuntu 20 also: ``` cargo:warning=/nix/store/rclksjxdjgp6y6qkxyl9m4dx4b9d45zk-gcc-9.3.0/lib/gcc/x86_64-unknown-linux-gnu/9.3.0/include/smmintrin.h:846:1: error: inlining failed in call to always_inline ‘long long unsigned int _mm_crc32_u64(long long unsigned int, long long unsigned int)’: target specific...

Tracked my issue down to having nix overlaying my gcc install. Works fine for me on ubuntu now.

Prior art: https://marketplace.visualstudio.com/items?itemName=vsdbgplat.MicrosoftChildProcessDebuggingPowerTool

Hmm, not sure what went on there. I didn't intend to add a wontfix label!

Tried it. Touch events are coming through for me on wasm in firefox responsive mode and on firefox on iphone. I don't seem to get TouchpadMagnify gestures coming through -...

" - Only available on **macOS**." Ok. so that explains that one. If someone writes a nice gesture detection lib then let me know as I really can't see why...