-
The current Kibana style guide enforces API format compatible with `elasticsearch` API:
https://github.com/elastic/kibana/blob/master/STYLEGUIDE.md#snake_case
```
Kibana uses snake_case for the ent…
-
Hi All
Trying to get this into a VS2015 project targetting .NET Framework 4.8 (which from the docs looks like it should be no problem) but get this when trying to install:
PM> Install-Package Wo…
-
I'm encountering an issue with Springdoc when using custom types in DTOs for generating OpenAPI documentation. Specifically, I have a field in my DTO that uses a custom type (e.g., CustomLongId), and …
-
I wonder whether TypeGraphQL should stay as the uniwersal framework that works with many libs or to be more integrated with the libs that the most of the devs would use, like TypeORM.
I am thinking…
-
At the moment options can only be added via HalFormsConfiguration for certain input classes' properties.
It would be more flexible when PropertyMetadata would support it too, because there are use ca…
-
-
I'm trying to figure out how to create multiple different inputs from one Java class. Suppose I have a `Car` class
```java
@Data
public class Car {
private long ID;
private String brand;
…
-
I have a simple enum just like this:
```
public enum Foo
{
First,
Second,
Third
}
```
When saving in the dabase, the value are stored as the indexed position of the enum value.
Is …
-
Hi
I have updated the MediatR package to version 12.3.0 to use the new feature for generic requests and handlers.
Is there any other change beside updating the package is needed to enable this featu…
-
### Feature Description
SORMAS generates v4 UUIDs, and stores them as a Base32-encoded string (e.g. TFRGBU-UVB25S-VSUAFH-QLYFKKOA). The first 6 characters are used as a short ID in tables and other…