-
I needed a way to convert some properties, after fetching them from the DB. And since I wanted to prevent traversing the whole result set (before JoinJS) or object tree (after JoinJS) again, I thought…
-
Rename public api elements to better follow snake case conventions.
- outerjoin -> outer_join
- whereclause -> where_clause
-
~~Currently the only function that preserves a selected subset of the input object's attibutes is stri_sort~~ (see #63)
Which other functions should preserve the attributes?
Which attributes should b…
-
We're hoping to replace lodash and ramda entirely with remeda. There are a few functions remeda doesn't have that I believe it could benefit from.
Common string manipulation methods are one of the …
-
Beginner:
- Topic:
- [What is C#](https://youtu.be/pReR6Z9rK-o?t=425)
- [Visual Studio Getting Started](https://youtu.be/pReR6Z9rK-o?t=428)
- [Unity Innstall and Basics](https://youtu.be/pRe…
-
I'm using the CamelCaseToSnakeNameConverter as the name_converter, which works fine except in one case.
In the **Links section of the POST operation documentation**, the CamelCase name of the retur…
-
I have a use-case where all my field names should be snake case. KotlinX Serialization has a feature where you can specify the json naming strategy like this:
```
val jsonFormat = Json {
nami…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Have you installed the latest development version of the package(s) in question?
- [X] I have installed the la…
-
When using coercion I've run onto an edge-case on dot.case not properly converted back to camelCase. I decided to dig deeper, and found a few more, so here's a result of faulty behaviours with I manag…
-
When I execute this delete query on MysqlJdbcContext (MySQL 5.7):
```scala
ctx.run(quote {
query[TestTable].filter(_.id == 1).delete
})
```
a following syntax error occurs:
```
[error]…