Marius Kintel

Results 396 comments of Marius Kintel

+1 - I'm using NODE_ENV to drive production settings in webpack. ..or am I looking at an old, unmaintained version of this buildpack?

I was just looking into this. This should be possible to do yourself using WiFi events, smth. like this for esp32: ``` ... WiFi.onEvent(onWiFiConnectionEstablished, WiFiEvent_t::ARDUINO_EVENT_WIFI_STA_GOT_IP) ... void onWiFiConnectionEstablished(WiFiEvent_t event, WiFiEventInfo_t...

@plapointe6 what's your opinion on using magic functions like `onConnectionEstablished`, which the user _has_ to implement? If it's just a single function, it's quite user friendly, but it can become...

The groundwork for this has already been done for http://fabfabbers.com and the author has promised to contribute this back to OpenSCAD.

I have some ideas for making this useful, probably also for Javascript (although I don't know what you're actually doing in terms of marshalling). I started working on the groundwork...

I mean that if we cut out all implicit unions, there will (in many cases) be a lot less gather operations needed by CGAL, making the problem a lot more...

Sounds reasonable. My original idea was to create a dependency graph (as in a makefile) for the tree, and then traverse the graph, to keep the original tree const and...

Since 3D minkowski is one single function call in CGAL, I don't see any way of improving performance of that without writing our own parallelizable minkowski algorithm. That said, extracting...

@8p0 Nobody is working on this. Note that CGALEvaluator is obsolete. GeometryEvaluator is committed to the unstable branch. We'll merge unstable to master as soon as the 2014.Q1 release is...

The 20% (wherever it came from) is likely a bogus number. Nobody is currently working on this. Marcos's old branch contains the implementation he sketched, but the underlying OpenSCAD code...