Julian Laubstein

Results 44 issues of Julian Laubstein

A fundamental part of the emscripten API is the possiblity to run JavaScript code inline. This C macro allows it: https://kripken.github.io/emscripten-site/docs/api_reference/emscripten.h.html#c.EM_ASM

I'm using an open source build of VSCode called `code-oss`. This and most other OSS versions of VSCode use the OpenVSX plugin marketplace. It would be great if it was...

As stated above. There are a lot of untouched PRs and there is usually no response to Issues. I would love to contribute to this project but if there is...

I get this error when after I just set up a fresh installation of Rails. I did everything according to the README

Right now `SvelteRailsUJS` searches for components in a hardcoded `components` directory. It would be great to have an option to set a custom directory.

When trying to start the game, I get the following console output: ``` cargo run --release ``` ``` dyld: Symbol not found: __cg_jpeg_resync_to_restart Referenced from: /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO Expected in: /usr/local/lib/libJPEG.dylib in...

I'm was trying to use the library but couldn't get past the compilation of `tiny_skia`. I'm getting the following error with Rust 1.75 as well as 1.78: ``` error[E0308]: mismatched...