Jeremy Wright

Results 70 issues of Jeremy Wright

This is a follow-up issue to #1082 so that we can keep track of the idea and decide if we want to expand the options in the future. STEP export...

@adam-urbanczyk I realized that I couldn't properly test the triggers unless this was on a fork. My fork still includes GitHub Actions builds, but we can decide whether or not...

Can we do a 0.2.1 release of CQ-editor? I've got pre-built packages on my fork with the latest version that I and other users are having good luck with. I...

If the user exits CQ-editor while the debugger is active the process never terminates. In the Linux terminal I have to hit Ctrl-Z and then execute `kill %1` to get...

bug

It would probably be a good idea to have documentation on building the stand-alone packages of CQ-editor. This would allow someone with access to a Mac to work on building...

documentation

This started as a discussion on the forum [here](https://forum.xod.io/t/compilation-error-sending-text-to-a-pc-from-arduino/2215). ### Environment * Scope: desktop IDE * Version: 0.29.1 * OS: Ubuntu 18.04 (also reported on Windows 10 by another user...

t:bug
s:stdlib

I was wondering what the current status of this project is. I see that there is a beta specification and a long discussion on the mailing list, but I don't...

Original CadQuery issue related to FreeCAD [here](https://github.com/CadQuery/cadquery/issues/31). Two things need to happen: 1. Verify that this is still an issue. 2. If it is, add `sys.stdout.flush()` to `suppress_stdout_stderr.__enter__`

The documentation for settings has not been updated for the new Settings dialog. It still references the Settings.py file. This needs to be updated.

Documentation

I was not able to find an issue for this. In nuclear_edit.c [here](https://github.com/Immediate-Mode-UI/Nuklear/blob/6322f53cb569bb989873ee8a1b71ae705b230708/src/nuklear_edit.c#L288), `clip->copy` is checked, but I think it should be checking the `copy` variable from a [few lines...