Adrian Kunz
Adrian Kunz
### Description See https://github.com/typestack/class-validator/pull/1845/files#diff-020eb68c18b00e6111d4f45ca7c83b4d43646ac381ab4a646308fa7789e46812L24 The options argument is never passed to the `isBase64` function. ### Expected behavior The options argument is not ignored. ### Actual behavior The options argument is...
1 problem was found storing the configuration cache. - Plugin 'org.kordamp.gradle.markdown': registration of listener on 'Gradle.addBuildListener' is unsupported See https://docs.gradle.org/8.1.1/userguide/configuration_cache.html#config_cache:requirements:build_listeners Using Gradle 8.1.1.
The releases pages on GitHub should provide a downloadable Jar file containing compiled binaries for this program.
Example code: ```java public class HelloWorld { HelloWorld() { class Foo { T get() { return null; } } } } ``` Shows disassembled code: ``` Unable to cleanup. ```...
I'm in an environment where the tab size is set to 3 (via an `.editorconfig` file, but not sure if that matters). When pressing Tab to indent a line within...
When typing new templates, it would be very useful if certain opening/closing constructs were autocompleted. This applies to: - the closing parenthesis after the argument list: `foo(` `)` - the...
Add autocompletion (Ctrl-Space) for the following things: - attributes, templates and functions: given `foo(bar) ::= >`, `
In Jetbrains IDEs, it is possible to search for symbols (like fields, methods, ...) either by using "Search Everywhere" or selecting the symbol search tab: ![Screenshot 2020-01-16 at 13 10...
http://yavorskiy.github.io/angular-input-highlight/ returns 404.
On macOS (and probably other OS), this library copies a file called `libj2v8_macosx_x86_64.dylib` to the user's home directory. I believe this shouldn't be done, as it's an eyesore and no...