Eric K Richardson

Results 394 comments of Eric K Richardson

@LeeTibbert I was thinking that the smaller Linux sizes are big enough to handle 32 and 64 bit flags but wondering then what happens with struct alignment on macOS?

@LeeTibbert Since the c_speed and i_speed was failing, I bumped the cc_c field to 20 thinking that perhaps the `struct` alignment Scala Native uses and C might agree. I am...

Setting the attributes failed on Linux.

For tangible things that can be done in the mean time. 1. Import only java `import java...` in the headers, no Scala and use `java.util.ScalaOps` to help to make the...

Additional reference for this issue: https://github.com/scala-js/scala-js/pull/5078/files

Not sure if this is related but ... https://stackoverflow.com/questions/27583255/javascript-why-does-bitwise-or-of-booleans-return-a-number-instead-of-a-boolean

Can't you submit the Javascript/repo to the Chrome (assuming you are not running through GCC)?

Sure, it may take a bit of time to get to it but I can give it a shot.

Looking again at our docs, it seems we can compile in the settings based on what we do on our side. https://scala-native.org/en/latest/user/runtime.html#compile-time-memory-settings I do think it the `kKmMgG` parsing code...

Just as a note, you can use Include and Exclude to limit the resources loaded. Unfortunately there are no docs so I will open an issue. ```scala .withEmbedResources(true) .withResourceIncludePatterns(Seq("**")) .withResourceExcludePatterns(Seq("exclude/**"))...