Tina Müller (tinita)

Results 72 issues of Tina Müller (tinita)

The current HTML title of a news entry is only "News".

For figuring out which talks are the most interesting, members of talks_admin can add unapproved talks to their schedule. Clicking on the star results in the name being added to...

This is about https://nvd.nist.gov/vuln/detail/CVE-2024-3205 When trying to reproduce it, I wasn't able to get the same behaviour when using a normal buffer. I only saw it when using the fuzzer...

`make test` doesn't work when run from a directory without git, e.g. from a tarball. Is this necessary? It would be cool if we could run the tests when building...

Currently long strings aren't wrapped. Since it's common for YAML emitters to have a maximum width, wrapping should be implemented with an option to set a width.

enhancement

Currently a regex serialized in a recent perl version can not always be loaded in perl < 5.14. Example: `(?^u:regex)` Just removing the `^u` can lead to wrong results (`qr{\w}u`...

enhancement

Currently the Dumper goes recursively through the data structure. This can use a lot of memory for deeply nested structures.

If `yaml_emitter_dump` failed, the emitter might be in a broken state and have leftover states/events. `yaml_emitter_close` calls `yaml_emitter_emit` which will try to emit those events, so we should return early....