Marcono1234

Results 265 comments of Marcono1234

> It is currently impossible to achieve ANSI colorization via the existing `JsonWriter` implementation. > [...] > The issue is that the private `should_escape` function will escape ANSI codes and...

> an IDE where you want to automatically underline URLs in any span of a JSON string I think this is not something I am going to support (at least...

Since you only want to colorize complete JSON values, maybe this could be achieved by adding a custom `PrettyPrinter` trait. The main purpose would be to have more control over...

> so if I want to implement my own custom JsonWriter I would have to copy and paste your code into mine, which is unmaintainable I was hoping that `JsonStreamWriter`...

Sorry for the delay, a first draft of the pretty printer API is now available in the [`pretty-printer` branch](https://github.com/Marcono1234/struson/tree/pretty-printer). There are still a few open questions and I am not...

Oh, hello again 👋 According to the [release notes](https://logging.apache.org/log4j/2.x/release-notes.html#release-notes-2-24-0) the `ThreadContextMap` implementation was refactored, and it seems that introduced a new bug: https://github.com/apache/logging-log4j2/issues/2946 I haven't debugged this yet, so I...

Could this please be reopened? I am still experiencing this with Typst 0.13.1 for the sample code in the issue description, despite the widow and orphan prevention improvements. Maybe closely...

You can directly request a CVE ID from MITRE: https://cveform.mitre.org/ But note that MITRE acts as "CNA of Last Resort", so you should always try to contact the maintainers first....

> Where the repo owner does not have any social in their bio and has not enabled private Vulnerability reporting. Currently the best approach is probably creating an issue in...

Could a potential solution be to make the `body` argument of `footnote` an argument sink (that is, allow >= 1 values)? If more than one footnote is specified, Typst could...