mikessut
mikessut
Here is the simple example I'm looking at with and without the change. Without the change, no tick marks show up. I usually get to this scenario from manually zooming...
Reverting to version 2 appears to work. ``` conda install -c conda-forge -c cadquery cadquery=2 ```
I believe the reason the automated tests are failing is because the test instantiates a flask server and interacts with it. From what I can tell in the logs, it...
Rewrote the test to not spin up an actual flask server. The tests now appear to pass on the automated system.
My use case is very similar. Probably the most desired result would be to add a special json key (like '$') for the tail. For my use case, I want...