Adrian Kunz

Results 80 issues of Adrian Kunz

The following screenshot shows that this plugin takes significant time to start up, compared to other plugins: (The startup analysis is available under *Help* > *Diagnostic Tools* > *Analyze Plugin...

area: plugin
state: open
type: enhancement

## Description Added the optional `name` property to `ValidationMetadata` which is set from `options` in `registerDecorator`. Previously, the information in `options.name` was lost - it was not possible to find...

I accidentally updated to v5.1.0 and it does not work with Angular 12. ``` ERROR ReferenceError: require is not defined at e.get codeMirrorGlobal [as codeMirrorGlobal] (main-es2017.288b33d35bec7fd4a44d.js:1) ... ``` Downgrading to...

Java 17 is the latest long-term support release. A number of language features were added that should be supported in the grammar. - [ ] Switch Expressions - [ ]...

java

## Description I am looking for an elegant solution for generating JavaDocs, or in general, multi-line strings where each line begins with some characters that are not necessarily whitespace. For...

type:feature

This pull requests bundles a few very small and local optimizations and code cleanups I made. Does not include syntactic cleanup like formatting.

This PR aims to deprecate many members that should not be publicly accessible. Mainly, this includes public fields, for which it adds getters and sometimes setters. A benefit of this...

With the current FMLControlledNamespacedRegistry, it is impossible to override a vanilla item or block since it automatically adds the mod id to the mapping name. The swap method is not...

While the plugin itself is not useful in a build using JDK 8, it cannot be included and conditionally applied without jumping through hoops: ```groovy buildscript { repositories { maven...

Currently the only place for viewing the changelog is the docs: https://otree.readthedocs.io/en/latest/misc/version_history.html But it only describes major versions. Is there a way to view the changelog for patch releases (e.g....