Konstantin Gribov
Konstantin Gribov
Ok, I'll try to review maven-javadoc-plugin and find out who stops other doclets from running, but when I had `persistence.xml` in project all worked fine. And when doclet throws `RuntimeException`...
> Those you should report and we'll fix. Oh, that was my error, I'm writting & testing code fo #47.
Maybe it's out of scope for this issue but another case with confusing error is incorrect env var like `DB_CLIENTS__TEST__CONNECTION-STRING` which translates to `db.clients."test".connection-string` (by `StringUtil.toLowerCaseAndDotted`) and leads to following...
@nielsmh, I tested it on Linux w/ SDL2 and default German layout where `[`/`]` are on `AltGr+8/9`. Hotkeys work as expected when PR #7850 is applied, on same keys where...
Some additional thoughts about this feature. Currently it switches to autorail but better in UX terms would be to stay with same chosen widget if one is selected. Then you...
@LordAro, ok, I'll fix things mentioned above. In case of code style I just did by example and got smacked by CI once) Anyway, I will mark this as work-in-progress...
@TrueBrain, I can possibly look into this and update PR but after Jan, 7th when I return from vacation. Quite eventful year it was ,) @andythenorth, didn't look into that,...
Possible modification: instead of adding `RailToolbarWidgetModifiers` enum just add prev/next_railtype to `RailToolbarWidgets` with explicit constants like `0xfd`/`0xfe`. Initially I put them into separate enum because I thought that it would...
@TrueBrain, did you have some time to review this PR?
@ldpl, I'll comment on most of the review comment here. > I _[snip]_ think this implementation is quite messy and can cause some problems in the future. Quite possible. I...