Christoph Pirkl

Results 34 issues of Christoph Pirkl

lua-format seems to ignore the "column_limit" option. I set `column_limit: 120` in `.lua-format` but the line with 134 chars in the following example is not broken into multiple lines as...

See https://sourceforge.net/p/upnp-portmapper/discussion/770432/thread/2965e86518/ > As seen in the photo, when I save the preset, any identical internal ports get set to 1. (Both the second and third mappings were set to...

bug

See https://sourceforge.net/p/upnp-portmapper/feature-requests/18/ > hello, could you kindly introduce a feature button to export/recover the ports manually created?... so it will be easy to recover them and use them again without...

enhancement

See https://github.com/offbynull/portmapper

enhancement

`provides` tags in `module-info.java` files are required by ServiceLoader when using modules. See [ServiceLoader documentation](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/ServiceLoader.html) / section "Deploying service providers as modules".

bug

See discussion at https://github.com/itsallcode/openfasttrace/pull/298#discussion_r699438133

feature

**Is your feature request related to a problem? Please describe.** When investigating tracing errors it is sometimes hard to find the file containing the requirement or source code. **Describe the...

feature

# Description ``` [ERROR] Failures: [ERROR] TestOriginLinkFormatter.testFormatAbsoluteUnixPathWithSpecialCharacters:104->assertPathAndLineRenderedToSpan:59 Expected: "/fo o/bär/baz:12345678" but: was "/fo o/bär/baz:12345678" ``` ## Steps to Reproduce `mvn clean test` under macOS

bug

Currently only `.java` files are supported for tracing. We need to support more languages and make the file suffix configurable. @stemas implemented support for `.ts`: https://github.com/itsallcode/openfasttrace/compare/develop...stemas:feature/asciidoc