Koen Schmeets
Koen Schmeets
Hi there! I am Koen, and I am a maintainer of SolveSpace, thanks for this addon, it looks really cool! My goal is to merge Yuan Chang's PR (https://github.com/solvespace/solvespace/pull/493) that...
I just uploaded JS / WASM bindings for SolveSpace in my PR. This might be fun to play with over here? https://github.com/solvespace/solvespace/pull/1343#issuecomment-1437618758 The API will probably change a bit before...
Let's see what CI says ;)
@aewallin What are your thoughts on this? It will make `git blame'ing` harder but it will also make cleaning up / adhering to a style easier. Is it too much?
Hey T! I used to add a getModel & getCollection method to my "repositories", that would cache the results, and immediately invoke the options.success function if the collection or model...
Hey there! I moved the "bundler specific code" into a separate package, hoping we can stop duplicating efforts for the code we use to create the manifest.xml, .debug file, copy...
Hey, I think we should prefix the environment variables to avoid collision, so in stead of `NAME=...` perhaps `EXTENSION_NAME=...` ?
Hey! I tried installing this example app. Unfortunately, there are some dependency conflicts. Tried with 0.10, 0.11 and 0.12 (using nvm) Here is the last error I got (with 0.12)...
It looks like the jQuery plugin doesn't handle changes to the background / background-image properies. See this fiddle for more details: http://jsfiddle.net/BtQvq/ I have console.log-ed the ["property"](https://github.com/LeaVerou/prefixfree/blob/gh-pages/plugins/prefixfree.jquery.js#L8) in the jQuery...
Hi, The current version of jsts that this package uses exports a global (`jsts`) unexplicitly (i.e., not `window.jsts`) This breaks the package in (react native's) strict mode. I updated the...