Klemen Košir
Klemen Košir
When Windows Media Player cannot play a file, the URL to find codecs is incorrect since extension matching is correct. This PR addresses this by modifying the `switch` cases to...
This PR removes some temporary files I came across while working on #51, which also contains a change to fix the build.
While reading the documentation to find an optimal index for a query with sort, I found that the documentation didn't cover a case where `find()` contains a field that's defined...
Considering the files in this repository are meant to be directly copied into a project, some people might have concerns about the project having no license, since it's not clear...
Version: 3.1.6 In Reactor, there is `Mono.usingWhen()`, which works similarly to `Mono.using()`, but supports resources that are generated and cleaned up with a `Publisher`. For example, here's a use case...
When using the `spring-boot{2,3}-autoconfigure` library, the provided `ArmeriaSettings` autoconfiguration is overridding any user-supplied configuration in code. For example, when using `builder.gracefulShutdownTimeout(x, y)`, the provided values are applied to`ServerBuilder`, but before...
If I try to create a JSON file, where a field has the value `9223372036854775807` (`Long.MAX_VALUE`), the UI displays it as `9223372036854776000`. Editing the file to replace this value with...
I set up a repository mirror with the following properties: - Remote: `git+ssh://github.com/KarboniteKream/foo.git` - Branch: `master` - Path: `/config/master` I wanted to update path to `/config/staging`, expecting the Central Dogma...