Björn Kautler

Results 489 issues of Björn Kautler

The docs at https://docs.asciidoctor.org/asciidoctorj/latest/extensions/preprocessor/ suggest that a preprocessor is working like I would expect it to and that it is meant for reading all lines and transforming them before the...

I used `pip` to install `frida` with Python on Windows 10 64 bit. But if I try to do `python example.py` as mentioned in the docs, I get ``` ***...

If I generate this UML diagram with the Asciidoctor PlantUML integration: https://github.com/spockframework/spock/blob/1a1e6d2f4f8430f4a1f06d50da10ca460dba614e/docs/extensions.adoc?plain=1#L1278-L1304 I get this with GraphViz: ![image](https://github.com/plantuml/plantuml/assets/325196/5aefc2d6-9f71-4f77-ba93-bdb3609dcb98) And if I switch to Smetana, I get this: ![image](https://github.com/plantuml/plantuml/assets/325196/7db0310e-aa35-4bf3-a739-be97ec927a0e) The more...

enhancement

Please send messages in the order in which they were tried to be sent originally if they are sent concurrently from different threads for example. Another important part where this...

Check for jsr305 annotation `@Nonnull` on a parameter and if the parameter is annotated with it, but you would give `null` or an empty `Optional` to it, either throw an...

Allow default prefixes and aliases with spaces, so that you can e. g. make `t ` as the prefix for a translation bot and so on. Currently spaces in prefix...

Allow `Optional` and so on as parameters and directly put the `Optional` in there instead of using `orElse(null)`, mapping should be by type parameter if possible or if not, by...

Where an array is allowed in a command handler method, also allow a `Collection`.

Currently if you would want to disable the command handler, e. g. with Javacord, you would have to loop through the message create listeners and remove the one where the...