Charlie Burrows
Charlie Burrows
I had deleted and recreated the bounds in the UI a couple of times to get it to actually fit the model. When I try to generate a toolpath I...
First let me apologise for the poor title of this issue and then apologise again for not having narrowed down the exact cases that cause these problems. I have [this...
File "/home/charlieb/src/pycoin/pycoin/services/blockcypher.py", line 75, in broadcast_tx result = json.loads(urlopen(url, data=json.dumps(data)).read().decode("utf8")) File "/home/charlieb/src/pycoin/pycoin/services/agent.py", line 17, in urlopen return request.urlopen(req) File "/usr/lib/python3.6/urllib/request.py", line 223, in urlopen return opener.open(url, data, timeout) File "/usr/lib/python3.6/urllib/request.py",...
# Description Added hard retriggering option to the adenv envelope type. I added an additional "Trigger" method that takes a "hard" boolean so as not to break any existing code....
It appears that if I create a c++ vector iterator from a python slice the memory management is a little wonky. If I don't slice and just use the python...
I'm guessing here but it seems like the intent of the 1-step end condition in the following is that we exclude 1.0 from the array. Thus: ```openscad step = 0.01...
Fixes #91607 by removing duplicates generated by InflatePaths so that it doesn't cause decompose_polygon_in_convex to fail.
### Tested versions - Reproducible in v4.2.2.stable, v4.2.1.stable, v4.1.4.stable and v4.3.dev6.official [64520fe67] (but different see below) ### System information Godot v4.2.2.stable unknown - Arch Linux #1 SMP PREEMPT_DYNAMIC Thu, 02...