der_On
der_On
Will break api, but make it more consistent and flexible. Use jake task runner instead? Better output of long lists, maybe as tables? Interactive mode? Allow multiple gitlabs to be...
Is this possible at all with the API?
What is the purpose of having google analytics in this tool? As it is an offline tool it provides better privacy then comparable online tools, which would be my very...
Currently importing OSM data (even small datasets of a couple of MB), projected onto a larger terrain object takes very long. Internally BHV trees are used to cast rays from...
It would be nice to use multiple threads/processes during the import of OSM data. Looking through the code I can see, that OSM data is kept in internal data structures...
Example code: ``` html { item.title } ``` The errors are thrown within the unobserve() and unobserveMutations() methods of the default '.' adapter because when "bar" is not present anymore...
It should be possible to append new points to an already existing line.
Instead of sending data of a table widget only on a certain ajax handler (default `onSave`) the table widget now sends data on every ajax form submit.
When using a regular ";" within or block ejs throws a SyntaxError. As this is valid JS Syntax it should not. Failing example: Working example: