rfl890

Results 11 issues of rfl890

I have the following code: ```as.ts add export function add(...args: Uint32Array): i32 { return args.reduce((a, b) => a + b, 0) } ``` I'm getting error "AS215: Optional parameter must...

enhancement

I have changed the cryptoRandom function to create an IEEE 754 double from scratch. It generates 2 random 32-bit unsigned integers using crypto.getRandomValues, and constructs a double from them. IMO...

Occasionally, when I run a Lua repl, I get this error. It goes away after I press Run again a few times. ``` fatal error: unexpected signal during runtime execution...

Rolling your own crypto is never good.

From my testing, the default range of 16 results in something like this: ![image](https://github.com/tom5454/Toms-Storage/assets/87506407/67b8729c-7a87-41ad-afe9-18a63b601e3c) where 1 block = 1 double chest (if I add any more to either the top...

Currently, if you compile static libraries with CMake on Windows (via `-DBUILD_SHARED_LIBS=off` + `-DBUILD_STATIC_LIBS=on`), the generated `nghttp2.h` file does not define `NGHTTP2_STATICLIB` resulting in such errors: ``` ld.lld: error: undefined...

### Acknowledgement of preliminary instructions - [x] I have read the preliminary instructions, and I am certain that my problem has not already been addressed. ### What problem did you...

bug