rfl890
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...
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:  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...