munrocket

Results 145 comments of munrocket

fix: https://github.com/compute-toys/compute.toys/pull/263 https://github.com/compute-toys/compute.toys/pull/288 https://github.com/compute-toys/compute.toys/pull/293

@wrightwriter how you see this feature? There is some hotkey?

Updated as you said. I just tried to remove it because it waste some time to compile metadata in `dev`.

@leroycep @kubkon how you expecting this will be looks like in zig? ```zig const Externref = *opaque{}; // like this? const Externref = anytype; // or this? // or another...

Ah I see, you right @leroycep seems that we need `addrspace` to store `externref` in global variables, but they not supported right now #4866. Anyway maybe it's possible to store...

Sorry, I am just tried to fix it by myself (was little bit naive here) and also attached an example that somebody can use as a reference test for implementation....

Not understand question. Want parabolic SAR fix?

Love to see where it is going, thanks @kvark. Floating point expansion definitely not rely on NaN/Infinity/SignedZero's.