Koen Schmeets
Koen Schmeets
Hi Machuga, you might wan't to check this pull request I received over at Authority for Laravel https://github.com/Vespakoen/authority-laravel/pull/7 x
Hi there! In other promise libraries I was able to do something like: ``` js $.when($.ajax( "api/pages" ), $.ajax( "api/pagecategories" )).done(function(pages, categories)); ``` Is this possible with futuristic? If not,...
Making an outline on a complex shape (from a svg I imported into maker.js models) is very slow. I tried simplifying the model, and converting to some keypoints and ConnectingTheDots,...
Happy new year! I was looking at cadquery (https://dcowden.github.io/cadquery/apireference.html#d-operations) and thought their API is quite nice, I'd like to suggest extending it's functionality to include things like `fillet`, `dogbone` and...
Hi, I think it would be nice to have a simpler public API for scripting / hacking in the spirit of openscad, basically throwing all functions together in a single...
This is a WIP. I have to do the linking properly, I hacked it in right now. The configuration is also static right now, we probably want to add options...
Don't know how useful this is, but if it is, let me know and I will fix the translations. Also, we might be able to add a menu option that...
This allows you to select a multiple of 2 points and constrain them all together at the same time. It also ignores other things in the selection, since the point...
Just reporting here that the upstream "Ambisonics" package is not compiled for arm64 / Apple M1 / Apple Silicon yet. I already sent an email to them about it, and...
I wonder what you think about this... This change allows one to not include the JavaScript types from this library but use the builtin / latest TypeScript ES5 types. Of...