Tina Müller (tinita)

Results 72 issues of Tina Müller (tinita)

I was trying out the html_basic report and noticed that all subroutine headers and package statements are missing from the report. They are not even counted, so that the line...

It will load only objects with the specified classes. Note that `load_file/dump_file` work for filehandles too. Also enable `$LoadBlessed` for YAML::XS/Syck/.pm because they were set to false by default. For...

See also https://github.com/yaml/libyaml/pull/105 http://yaml.org/spec/1.1/#id907281 Question marks aren't mentioned as special inside of plain scalars here. To be an indicator for an explicit key, it must be at the beginning and...

> Could you add support of blank lines and comments (re)format support, because people seems has been fighting with these issues for ages: * https://github.com/mikefarah/yq/issues/515 * https://github.com/mikefarah/yq/issues/19 * https://github.com/mikefarah/yq/issues/127 *...

This is just a proof of concept. Issue: https://progress.opensuse.org/issues/156697 Example output: ``` [2024-03-05T14:53:02.149581+01:00] [debug] [pid:23635] --- load_vars: ARCH: x86_64 # ... override: DUMMY: callstack: - [boot, 7, testapi::set_var] - [basetest,...

Issue: https://progress.opensuse.org/issues/125378 This is a draft with a simple `mouse_move` function in testapi that just calls `mouse_set` after moving 5 pixels step by step. But maybe that can be done...

All `handle_generated_assets` tests should be in one file Unfortunately tests are failing. Presumable there are things happening in `t/14-isotovideo.t` that made the tests pass, and that things are missing in...

Issue: https://progress.opensuse.org/issues/157462

dagre-d3 isn't maintained anymore and blocks indirect dependencies. Issue: https://progress.opensuse.org/issues/157462 NOTE: Expected to fail as I don't know yet how to replace `node_modules/dagre-d3/dist/dagre-d3.js` Does anyone know where npm hides documentation?...

When there are to files with the following content: ``` # foo.pm my $var = 'test'; # bar/baz.pm my $var = 'test'; ``` and my test looks like this: ```...