Results 156 comments of Jon Ege Ronnenberg

@gritzko If you can narrow down, what constitute a build, then yes. Since build dependencies usually have daily updates, you would need daily docker images if you want the latest...

@gritzko I assume you mean something like this for building with emscripten: https://developers.google.com/web/updates/2019/01/emscripten-npm I really think it's a great idea to have a DSL for building modules. It would make...

I do not have enough insight to be a proponent of any specific implementation, hence not just adding +1 to the OP. But I do want to +1 fixing extending...

Since https://stripe.baltorepo.com/stripe-cli/debian/ is pretty old. 9 months (1.6.4) as of writting. And in lieu of an official Stripe installer, I have developed a little program to install `stripe-cli`, called [`install-stripe-cli`](https://github.com/dotnetCarpenter/install-stripe-cli/blob/main/install-stripe-cli)....

@DanBuild relevant page is: https://deploy-preview-947--yarnpkg.netlify.com/en/docs/migrating-from-npm#toc-cli-commands-comparison

@Haroenv I'm sorry, maybe I don't fully understand what `yarn upgrade` do. To be clear, `npm ci` will: 1. nuke the node_modules folder - same as `rm -rf node_modules` 2....

>The reason a native point was used here is that there simply wasnt no SVG.Point when I wrote this plugin :) @Fuzzyma Should `event.detail.m` be an instance of [SVG.Matrix](https://svgjs.com/docs/2.7/classes/#svg-matrix) then?...

Sorry, no I do not have time now. But I will try to fix this, this week. Just to be clear. This can be merged when `SVG.Matrix` is being used...

You're right! Got [a version up now](https://dotnetcarpenter.github.io/mua/) where `ctrl + c` removes the last point and last circle. The only syntax I could get working for removing the circles (calling...