Jared Deckard
                                            Jared Deckard
                                        
                                    You can install from the github branch as a stop gap. ```sh pip install git+https://github.com/nkarman/audiogen.git@master ```
Since python2 support is ending in a few months, you might consider just dropping support for python2. Once it is configured in `setup.py`, python2 users will just get the last...
I initially tried installing it on my Ubuntu WSL for Windows 10, but sqlite3 doesn't work right do to the way disk I/O is (not) implemented. https://github.com/Microsoft/WSL/issues/2395 `setup.py` file shows...
This was fixed in https://github.com/Wikiki/bulma-pageloader/pull/24 some time ago, but has not been published to npm. I started a fork and published a patch. https://www.npmjs.com/package/@deckar01/bulma-pageloader/v/2.2.1 @Wikiki If you need an extra...
I built this branch and compared it to the `2017.08.03 (git cecf3b98)` build I use regularly. Rendering (F6) the chain ring example with this branch (feature on) ran in essentially...
> for loops: A for loop will create a list of separate object passed on to the parent node (or the root) I assumed this meant that the for loops...
One use case for preserving overlapping solids in a single STL is multi-material slicers. The layout of the parts is preserved during a single import, but the components can be...
This is already being done by other applications. The majority of complex models I find on thingiverse contain overlapping solids, slicers handle them fine, but OpenSCAD does not. ~~I need...
I will probably work around this by hard coding a pool of random number for now, but I will try to learn more about Haskell and work towards a PR....
The context menu says Ctrl+C is Copy, but it doesn't work.  --- A context sensitive Ctrl+C binding seems like a nice compromise. Ctrl+Shift+C is working great for me now,...