jonjanisch
jonjanisch
The automatic link parser fails if URLs contains an apostrophe. #### Plain URL The automatic link normally takes a URL like this: `(md-to-html-string "Test: ")` And generates an anchor tag...
I'm attempting to deserialize JSON into a simple Java record where one of the members, a simple POJO, is annotated as `@JsonUnwrapped`. ``` public record TestRecord(String name, @JsonUnwrapped Address address)...
This is a trivial change to fix a test for super. While reading the tests, I saw the `super_in_top_level_function.lox` mistakenly had the super at the top level instead of in...