-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
NamingStrategy seems to be responsible for two separate tasks: Translating between the naming convention in the code vs. in the db schema; and properly escaping names
For instance with just SnakeCase…
-
I'm aware of all the camelhumps modes in IntelliJ where they treat camelcase and snakecase as different words, but hyphen words are always treated as different words and there's currently no way aroun…
-
比如实体类:
```java
@Data
public class SnakeUserInfo{
private String username;
private String userPhone;
private CamelUserInfo camelInfo;
@Data
public static class CamelUser…
-
Having to prefix all endpoints of a given type with a part of a path can be tedious and error-prone. What is not tedious or error-prone, is using the filesystem to drive routing.
## Current state:
…
-
Currently enumeratum has this:
```scala
trait EnumEntry {
/** String representation of this Enum Entry.
*
* Override in your implementation if needed
*/
def entryName: Strin…
-
### Observed behavior
We've observed frequent RAFT leadership transfers of the $MQTT_PUBREL consumers and health check failures, even in a steady state. Occasionally, these issues escalate, causi…
-
Gluegun API vs Bluebun API
Note that these aren't 1:1 mappings -- the general feature is done, but the APIs are almost all very different.
Also: I'm open to feedback. Chime in.
✅ Implemented …
-
**Version**: "io.getquill" % "quill-jdbc-zio_3" % "4.6.0"
**Module**: quill-jdbc
**Database**: PostgreSQL
If I use the Vector[Double] type I can write a pgvector to the database, but if I try to …
-
**Proposal**
Support passing `(string, string) => string` function as a delimiter option.
For example, for object:
```javascript
{
first: {
second: "hello"
}
}
```
and `delimit…