dzikoysk

Results 152 issues of dzikoysk

Currently, `AccessManager` overrides all user's handlers to inject valid check into handler body: * `AccessManager`: https://github.com/javalin/javalin/blob/master/javalin/src/main/java/io/javalin/core/security/AccessManager.java * Overridden handler: https://github.com/javalin/javalin/blob/29232897dd36e2ae2fabb06e47e31dd825d72fa8/javalin/src/main/java/io/javalin/http/JavalinServlet.kt#L96 It might be a better idea to just register access-manager...

This issue summarizes issues related to Javalin 5.0 (GitHub + Discord). ### Confirmed - [x] 1. Restructuring - [x] 1.1. Move everything to [Javalin](https://github.com/javalin) organization - [x] 1.2. Extracting plugins...

I'd love to see a possibility to set the [severity levels](https://tinylog.org/v2/configuration/#severity-level) for packages or classes for each writers individually. In our use-case we'd like to filter a little bit of...

enhancement
help welcome

``` [commit] gpgsign = true ``` Stacktrace ```bash $ :integrationTest --tests "pl.allegro.tech.build.axion.release.SimpleIntegrationTest.should update file in pre release hook" > Task :compileGroovy Note: P:\OpenSource\axion-release-plugin\src\main\java\pl\allegro\tech\build\axion\release\domain\hooks\CommitHookAction.java uses or overrides a deprecated API. Note:...

bug
hacktoberfest

### What happened? . ### Reposilite version 3.x ### Relevant log output _No response_

cosmetic

List of various issues we have with [JsonForms](https://github.com/eclipsesource/jsonforms) library for Vue 3 in [reposilite-frontend](https://github.com/dzikoysk/reposilite/tree/main/reposilite-frontend) module. Most of them lead to worse/bugged user experience, but unfortunately it's slightly hard for me...

bug
help wanted
cleanup

### Request details .

feature
good first issue

### Request details We could try to find out what's required to host npm packages, maybe it could be supported by Reposilite at some point.

proof of concept

Hey, it would be great if we could provide multiple URLs at once and somehow show the difference between them on generated charts. ```bash $ fasthttploader domainA.xyz domainbB.xyz domainC.xyz ```

Some methods has been renamed in 0.5: https://github.com/crashinvaders/gdx-vfx/blob/4d694a0090f04dfa36348b0dbeba34e81c6753f7/CHANGES.md#050 - `VfxManager`'s `#beginCapture()`/`#endCapture()` have been renamed to `#beginInputCapture()`/`#endInputCapture()`. But there is a couple of references to the old ones (I've checked only...

enhancement