rpgoldman
rpgoldman
I have a shot at it in #14
@galvusdamor I'm not sure I have it right, but I *think* we now have exit status from SAT, as well as forward search.
Here's that schema: ``` { "$id": "opentronsLabwareSchemaV2", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "positiveNumber": { "type": "number", "minimum": 0 }, "brandData": { "type": "object", "additionalProperties": false, "required": ["brand"], "properties": { "brand": {...
@scymtym Thank you very much for the quick response! I am interested in re-animating the redshank emacs lisp library, which did some refactorings for common lisp code. Unfortunately, it mostly...
Thank you very much! Anything you could provide would be helpful. You might try either putting these examples in a branch, adding an `examples` subdirectory, or even adding an `eclector-examples`...
I would vote for this feature. I just did a `find` script to trash all the files that matched a pattern, and found that the pattern *also* matched files in...
I apologize! I see that my post was wrong -- it was based on my sysadmin's installation of the `trash` package on Ubuntu 22.04, which seems not to be up-to-date!
Done! See https://github.com/jorgenschaefer/elpy/pull/2046
Also, see https://github.com/jorgenschaefer/elpy/pull/2047
@gopar I'm afraid not. I've been swamped with other things and at the moment I'm struggling with multiple different bits of python editing that are interacting: - Virtual environments (including...