-
### Feature Description
This is more of a question than a feature request, really. I have created a custom code generation that uses a custom file template. It's a variation of the db migration code …
-
Trying to use pattern matching and copy to reduce boiler plate in code, I was wondering if it would be possible to support the following use cases, using a pattern match to have a more sophisticated s…
-
The documentation in the [README](https://github.com/okunishinishi/python-stringcase/blob/cc7d5eb58ff4a959a508c3f2296459daf7c3a1f2/README.rst) and on pypi is out of sync with the implementation (1.2.0…
-
**API Platform version(s) affected**: 2.6.3
**Description**
As mentioned in summary there is an issue with getting data form Elasticsearch. It reproduced when I tried to get data for fields that…
-
Currently we have `upcase`, `downcase`, `capitalize`, `camelcase`, `pascalcase` transforms.
Example for adding `kebabcase` transform:
`TM_FILENAME_BASE` is `UserProfileItem`
```
"${T…
-
My json contains some snake_case atributes, but my class is camelCase.
In order to avoid expose naming the class, I'd like something like this:
`let users = plainToClass(User, userJson, {snakeToC…
-
**Version**: (e.g. `3.4.8`)
**Module**: (e.g. `quill-sql`)
**Database**: (e.g. `SQL Server`)
```scala
val ctx = new SqlMirrorContext(SQLServerDialect, SnakeCase)
case class Something(id:Int, va…
-
tomcat运行项目时创建ParserConfig对象无法调用指定的构造函数,每次都是调用
```java
public ParserConfig(ClassLoader parentClassLoader) {
this((ASMDeserializerFactory)null, parentClassLoader, false);
}
```
导致给property…
-
Hey
When I defined a `dataclass` as a subclass of `JsonSerializable`, I can access its `json` method. But `json` method returns an object
```python
@dataclass
class Person(JsonSerializable
…
-
**Version**: `4.8.0`
**Module**: `quill-jdbc-zio`
**Database**: `postgresql`
### Expected behavior
```scala
import io.getquill._
val ctx = new SqlMirrorContext(MirrorSqlDialect, SnakeCase)
…