Results 32 issues of Lily A. N.

Added `__all__` lists to: * `__init__.py` * `plugin.py` Why is this important? It makes python not include built-ins and librares.

## Description A clear and concise description of what the bug is ## Steps to reproduce 1. Have some programs on a device 2. Disconnect the device 3. Re-connect the...

type: bug

The applicable code snippet is as follows: ```python if cond: assert False, "msg" # ==> assert not cond, "msg" ``` I have encountered this in one of my codebases and...

enhancement

This is problematic when there is a container with a lot of prefabs with similar (or the same) file names.

question

Every time one wants to update a instance, they have to go into every mod and manually update it. I believe it would be advantageous to automatically update all of...

Type: Feature

### Describe the bug Some extentions (for example [kawarimidoll/gh-graph](https://www.github.com/kawarimidoll/gh-graph)) use bash scripts to run. Of course, by default these cannot be run on windows. Cygwin can be thought to solve...

bug
windows
p3
needs-investigation

### Discussion Can ZWJ emojis (currently only :technologist:) be replaced with non ZWJ emojis (ex. :technologist: -> :computer:) in environments without or with low support for ZWJ emojis? Can ZWJ...

discussion

GCC allows for providing arguments to sub-processes via a syntax which I would like to replicate: it uses a prefix as send this to a sub process. As an example...

Not really sure what to say, but stuff breaks. Example code (from [radian628/11ty-desmos](https://www.github.com/radian628-desmos)): ```js for (const e of document.getElementsByClassName("eleventy-desmos-mq-container")) { const staticMath = Desmos.MathQuill.StaticMath(e); staticMath.latex(e.dataset.latex); // ... } ``` In...