Linus Unnebäck

Results 136 issues of Linus Unnebäck

I'm trying to use this module with Babel 7.x, but are running into problems which I think are caused by the switch to `@babel/`-scoped packages. My code: ```js const modifyBabelPreset...

Hey 👋 So I don't know if this is of interest to you, but since I've already made the heavy lifting I figured it would be good to at least...

After upgrading to Xcode 10, I'm getting the following warning when building my project: ```text 2018-09-19 13:29:32.267 xcodebuild[17317:5682171] warning: The file reference for "Sources/Components" is a member of multiple groups...

bug

## Describe the bug When passing in `MaxResults` as a number, e.g. `500`, to GetApisCommand, the entire request fails with a JSON parse error: ```text SyntaxError: Unexpected token in JSON...

bug

When upgrading from SDK 15 to 16, I'm running into the following problem whilst compiling a c file: ```text "/usr/bin/wasm-ld" -m wasm32 -L/share/wasi-sysroot/lib/wasm32-wasi/llvm-lto/14.0.4 -L/share/wasi-sysroot/lib/wasm32-wasi /share/wasi-sysroot/lib/wasm32-wasi/crt1-reactor.o --entry _initialize --export=malloc --export=free --export=lodepng_decode32...

From spec: > If the batch rpc call itself fails to be recognized as an valid JSON or as an Array with at least one value, the response from the...

I first reported this at but it turns out that the bug was in this library. > Since the data validated by this library often is user provided input, I...

I think that it would be very useful to be able to specify the accuracy at which the coordinates where obtained. E.g. ``` json { "type": "Point", "coordinates": [ 18.076479,...

# Why Reduce code size and remove unnecessary for-loop that copied the bytes # How Removed the redundant local `getRandomValues` function and used the one from expo-crypto directly # Test...

bot: suggestions

I couldn't find this variable in pokered either so I'm guessing that it's just a misstake. Going back in time in Githubs blame view makes me think that there was...