Jonas Jelten
Jonas Jelten
We need this to avoid applying the same patches in every view. This is currently cumbersome: * First, apply mods * Then, create teams (each needs a `View`) * Then...
When member qualification is required, aliases could be specified to avoid writing the full origin object name. Parent name aliases are only valid locally (i.e. whenever accessing this object's scope)...
Currently, all member access is checked at load time. When patches add new members to objects by addint inheritance parents, those cannot be used (because at load time the member...
Currently, it's only allowed for a inheritance hierarchy of patches to define a patch target once. This restriction can be softened a bit by allowing the patch target again, but...
In [openage](https://github.com/SFTtech/openage), we need a notification event for watched nyan values. This means `nyan` needs support for registering callback functions that will fire when the value of the member changes.
It should be possible to undo patches in a transaction (e.g. when a research is cancelled). Two strategies are possible to update the state at that point in time: *...
The `file` member type should store its value as a filename relative to the nyan file it was defined in. This would allow that a content definition (`sounds.nyan`) file can...
When `IP, DOMAIN, TAG` is used as input in http mode, zgrab2 does not connect to the given IP and set the `Host: domain` header, instead it resolves and connects...
That way, mako can directly evaluate template files and can be used as a file interpreter. When using either * `#!/usr/bin/env -S python3 -m mako -s -a --` * `#!/usr/bin/env...
In a `minted` or `verbatim` environment, sub and superscripts are visualized, although in there the `_` and `^` has no effect. Variable names like `lol_variable` end up to be fontified...