Koen Schmeets
Koen Schmeets
Basically, references don't seem to work when using yarn berry (might also not work with other PnP implementations) But using the "types" field in the package.json makes things work, so...
- Operating System: macOS - Node Version: any - NPM Version: any - webpack Version: 5.11.1 - source-map-loader Version: 2.0.0 ### Expected Behavior Source files not added to webpack's dependencies...
Work in progress! don't merge just yet. - I created a new JavaScript library for the browser and node.js, it has the exact same API for both platforms, and will...
(based on my other PR, can change if needed)
(based on my other PR, can change if needed)
Hey, I stumbled upon this talk: https://www.youtube.com/watch?v=x8u0n4dT-WI And it seems node.js support is coming to chome (at the end of the talk) I guess you guys are aware of this?
Hey! I have installed all CC 2018 applications on my build server, then in ExtendScript toolkit fetched the docs for them, however, after fetching all the docs, this is what...
Untested... Should be fixing #1407
So this is another attempt, this time adding helper methods to lib.cpp and by using cython again. I am considering to use the `Slvs_Entity` struct as the return type and...
This is based on #320, but changes some things to make it work with my (very) experimental pybind11 bindings of the SolveSpace solver. That code lives over here: https://github.com/vespakoen/solvespace/tree/experiments/src/core I...