lowercase
lowercase
Hi, The code is just an example, because I'm not allowed to share sources of my project. I need to filter `Parent` records based on a condition for `Item1` and...
**What is your use-case and why do you need this feature?** It would be nice to have JSON5 support to serialize/deserialize configs and other data files that may be written/read...
**Is your feature request related to a problem? Please describe.** I have a request model containing IDs which are numbers (`long`), In order to make them required I need to...
The [doc](https://github.com/DaanVanYperen/artemis-odb-contrib/blob/49dab5d1d7318d0f6e832fd73594e92968edfb58/contrib-plugin-singleton/src/main/java/net/mostlyoriginal/api/SingletonPlugin.java#L41) states, that `SingletonPlugin` throws exception when an entity enters the world with a `@Singleton` component. I made a singleton component, but have not yet added systems that use...
I have a button that changes background in :hover and :active states. Clicking the button with left mouse button (LMB) works fine, styles change as they should. But, clicking with...
It would be nice to have a simple built-in way top map two-column result set to a `Map`. Just like mapping single-column results to `List` or `Set`. Currently, my options...
I tried using Guava's immutable collections, specifically `ImmutableList` as return type in mapper functions, but obviously MyBatis does not know how to construct them. Unfortunately, it looks like currently there...
I basically dump all the charms/relics into a vault, because it is a lot easier to search there rather than in game's relic vault. But there is still a little...
Currently if I we try to parse an integer, say i8 the value would be first parsed as f64 ([here](https://github.com/callum-oakley/json5-rs/blob/master/src/de.rs#L252)) and then converted via `as` operator to i8 ([here](https://github.com/callum-oakley/json5-rs/blob/master/src/de.rs#L92)). The...
I'm using IDEA Community Edition 2024.2.3 and Quarkus Tools 2.0.2. Here is how to reproduce it: 1. Make sure that the plugin is installed 2. Create a new quarkus project...