-
Member variables currently have no special distinction. I propose we follow hello_xr's pattern and name class member variables
```c++
m_snakeCase
```
-
Hello,
It seems that snakecase-keys is destroying the Buffer during the conversion. Take this example:
```
const file = {
name: 'file.pdf',
mimeType: 'application/pdf',
buffer: Buffer.…
-
Hi, I am trying to using play-swagger to generate my spec. Some of my fields(both in query params or body are of java.util.UUID type), I have added the custom mapping spec as following:
```
---
- t…
-
## OS/Web Information
- Web Browser: firefox 89.0.1 (64-bit)
- Local OS: Alpine Linux v3.14
- Remote OS: Alpine Linux v3.14 (same as local)
- Remote Architecture: x64
- code-server --version: 3…
ljleb updated
3 months ago
-
Is it possible for `node-postgres` to have a configuration option to convert snake_case database fields into camelCase automagically for the `result.rows` when a successful query is returned?
I under…
rynz updated
9 months ago
-
Dans la sortie Latex, un '#' apparait devant le nom des attributs (clés étrangères), ce qui fait échouer la compilation Latex (il faudrait '\#', mais a-priori c'est la macro \foreign qui est en charge…
-
I am performing routine scRNAseq analysis on a single cell dataset using the scTransform framework. and have run into a weird issue. Briefly, running the code below exactly reproduces the results of …
-
pancreas_sub
-
Description
-------------
The "exclude" parameter is not recognized when the packages configuration is used. Including this parameter in the configuration has no effect.
Mockery Version
------…
-
Like this:
```py
_TRANSFORMS = {
...
'kebabcase': lambda x: x.lower().replace('\s', '-'),
'snakecase': lambda x: x.lower().replace('\s', '_'),
}
```
I like it, this dreamy tool faster tha…