Numerlor

Results 26 issues of Numerlor

Strings like the `who` attribute of a Say node may have tens of thousands of instances with the same content, interning them with `sys.intern`/`intern` would ensure there is only ever...

Getting data from the version tuple is somewhat unclear with the indexed access, a named tuple can give meaningful names to the version fields, while also keeping compat with the...

Currently a top level python statement ($/python block) is silently not executed, causing some potential confusion for users (visible code that at a glance should execute doesn't). Warning or raising...

When using the console I sometimes find myself lacking some QoL features ### Output shortening Output truncation into the console is shortened unless long console output is enabled with the...

enhancement

When imports are added through isort's `add_imports`, existing imports with the `isort: skip` comment are moved around. For example with the following config ```ini [settings] add_imports=import a ``` these imports...

When an user posts a codeblock that takes up a majority of the discord message view, it can become difficult to view the code while also communicating with the helped...

t: feature
a: frontend
s: planning
p: 3 - low

The default config is rather long (over 500 lines currently) which can be dauting for new users as it's not clear which values have to be set for the bot...

a: backend
s: planning
t: enhancement

The screen statement accepts an onlayer as the first keyword when used for clearing the scene on that layer, but parsing then continues as normal if the line doesn't end,...

It's currently impossible to run renpy through a different entrypoint, as `__main__` is assumed to be `renpy.py` and functions from it are used. This prevents renpy from being started by...

Currently the reminder feature is restricted to #bot-commands for non-staff which makes it a bit less convenient to use quickly and be able to jump back to the conversation itself...

good first issue
s: planning
p: 2 - normal
a: utility
t: enhancement