Joakim Söderberg
Joakim Söderberg
I think I found a bug where the wrong color is shown for a variable in a LESS file. Not sure if this plugin officially supports LESS though, but anyway...
## Description Hello and thank you for a nice application. I'm creating a project where I want to be able to export Processing sketch using a build scripts in a...
**I'm submitting a feature request** * **Loader/bundler:** aurelia **Current behavior:** A JSON file is used as config for the aurelia-cli * **What is the expected behavior?** A pleasant config editing...
Hello, I'm trying to run a processing sketch on a Raspberry Pi 3b, but I get this error: ```bash glGetError 0x500 DwGLTexture.resize tex | GL_ERROR: invalid enumerant glGetError 0x501 DwGLTexture.resize...
It is currently not possible to use an option or command name that happesn to be a C keyword. So for example trying to have a command named "register" will...
Changed strategy for looking for isnan/isinf that doesnt tie it to uclibc like in #131.
This is a proof of concept for printing a helper "error indicator" discussed in #153 I made it so that you get the buffer back in this implementation, but a...
uclibc does not have full math.h support built in so we need to explicitly link to libm in that case. Specifically isnan and isinf would be missing and not compile...
Have you tried or have any plans to have these changes merged into the upstream project?