Aaron
Aaron
> Is there a compelling reason to have this feature? Yes. I for example have submitted a pull request for a new feature, and I would like to include a...
what about moving plyfile to a structure like this: ``` dir: plyfile ↳ __init__.py (contains all code previously in plyfile.py) VERSION.py (file containing just: __version__ = "version string") ``` Then...
This would probably do the trick, though I haven't had a chance to test it yet: ```lua ------------------------------------------------------------------------------ -- response methods ------------------------------------------------------------------------------ local make_res = function(csend, cfini) local send_status =...
210kByte is far more availaible heap than on the 8266 (which generally has at most ~44k after boot), so it's likely the true amount of heap available to load code...
@tomsoftware I'd love to get together to reverse the eosjob file format for the purpose of auto-generating laser exposures, and currently have an M100 machine with eosprint 1.9 which uses...
Have you tried updating spyder to the latest version?
@ccordoba12 This seemed like a relatively quick thing to tackle, so I gave it a shot. Here's a proof of concept implementation I wrote. It should slot in nicely to...
@ccordoba12 I'm running into the issue that `BaseEditMixin` doesn't inherit from `QPlainTextEdit` or `QTextEdit`, and `super().mouseDoubleClickEvent(event)` fails if the item double clicked is not a number. I suppose those are...
I'm now getting the `QThread: Destroyed while thread is still running` crashing spyder on startup after updating to 6.0.6 (with PIP) making it impossible to run spyder at all.. Same...
Not that this overly affects me, but it might be worth considering if this would impact people using `doctest`. I would personally still lean towards not syntax checking inside docstrings...