James Nylen
                                            James Nylen
                                        
                                    +1 for re-opening and fixing this issue. My Node.js server is running on a different domain than my localhost development setup. To allow API requests I'm using SockJS and the...
Latest - `0.3.17` I still need to set up CORS for other things on this server (some JSON endpoints).
redmountainmakers/kilntroller-server@e482663 - that makes sense, and works without the hacks. Thanks!
Hi @modoulo, I think if you can set `Access-Control-Allow-Origin` to `localhost:4200` (the URL for your client app) then this should work as expected.
This is a good feature. A few questions: - Shouldn't we remove directories as well? (`/usr/share/doc/cyg-apt/`, `/usr/lib/python2.7/site-packages/cygapt/`, etc.) - Shouldn't we remove `egg-info` files like `/usr/lib/python2.7/site-packages/cygapt-1.1.0rc1_91.ge480502.dirty-py2.7.egg-info`? - Any problem with...
I do not have a solution for this yet. It would probably require pretty extensive changes to just about every file, since currently there is only one type of relationship.
That sounds right... I would expect updating this project for d3 v4 to require pretty extensive changes.
I think it's fair to say that making SVG strokes into solid objects (including end caps etc) is out of scope for this tool. You might look at the "Path...
You probably want to make a short shell script with your configuration. Example: ``` #!/bin/bash set -e svg="$1" gcode="${svg%.svg}.gcode" python "$(dirname "$0")/gcodeplot/gcodeplot.py" \ --work-z=0.9 \ --lift-delta=0.6 \ --safe-delta-z=3 \ --z-speed=45...
Slightly related, when you migrate from a block-editor enabled version of WordPress with the `classicpress_ignore_wp_version` filter enabled, you get some disorganized/jumbled messages: 