-
background: I got some error while doing `scanny.pgxscan.Select` because the column is not there
without the struct tag `db:"createdat"` (actually it was CreatedAt on the struct) it shows error `sc…
-
**Is your feature request related to a problem? Please describe.**
In Vim, you can change character case when replacing a pattern with regex. VSCodeVim doesn't support that. Namely, I'm talking about…
-
## Description
Lots of methods in the pycti library uses a variable number of keyword arguments (`**kwargs`). However, some of those arguments are in snake_case and others in camelCase, making it r…
-
I support a large C codebase with a lot of function declarations, all of which are eventually followed by their correct prototypes. C2Rust appears to emit extern fn's for the declarations rather than …
-
in application controller and elsewhere. rename for clarity & snake case as needed
"Method name was a little confusing when I encountered it. Perhaps something with more clarity, like logged_in or a…
-
## Is your feature request related to a problem? Please describe.
Sometimes I want to use this with a database which has very ugly snake cased table names
## Describe the solution you'd like
I wi…
capaj updated
2 years ago
-
**Describe the bug**
Using the snake case function on a camel cased string does not properly convert the string:
```js
> R_.toSnakeCase('fooBar') //=> 'foobar'
```
**To Reproduce**
https://ram…
-
### Tested versions
- Reproducible in: v4.3.dev2.official [352434668]
### System information
Windows 10 & Debian GNU/Linux 11 (bullseye)
### Issue description
The `Add Sun to Scene` and `Add Env…
-
**Please describe the problem you are having in as much detail as possible:**
Many of the enums exported from discord-api-types are two-way enums, meaning that you can pass a key into the enum, and…
-
In the CppCoreGuidelines,
[NL.10: Prefer underscore_style names](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#nl10-prefer-underscore_style-names), indicates that when…