-
Hi :) Thanks for this awesome library!
We have a small problem.
For fields, we are using the default camel case name format strategy. However, for a couple of fields, we unfortunately need to ha…
seblj updated
1 month ago
-
This is how OpenRailwayMap looks with the original rendering code:
![casing-old](https://cloud.githubusercontent.com/assets/10909049/13373971/0b68a852-dd77-11e5-9348-8ca422a8f724.png)
This is how it …
-
### What happened?
When there is a difference in letter casing in a resource's name, the `pulumi refresh` command does not detect it. The `pulumi refresh` command should recognize such changes and sy…
-
The Navbar component requires optimization to improve code readability, maintainability, and performance. Additionally, minor UI enhancements can ensure better consistency and alignment with best prac…
-
Some of us are "forced" to use APIs that accept and return PascalCase models.
It would be amazing if a `--transformModelCase` option was added. It would support `snake`, `pascal`, `camel`.
It wo…
-
### 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…
-
### Which Taxonomy is this term for?
VA services taxonomy
### Link to existing terms
https://prod.cms.va.gov/health-care/military-records
https://prod.cms.va.gov/health-care/veterans-pensio…
-
### Your GTNH Discord Username
smokahs
### Your Pack Version
2.5.1
### Your Server
SP
### Java Version
Java 21
### Type of Server
Single Player
### Your Expectation
Expected recipe to requi…
-
This should link to the data use terms, and could change casing.
-
A handful of commands have the following construct:
```c
if (config->reading || !config->active) {
return cmd_results_new(CMD_DEFER, NULL);
} else if (!root->outputs->length) {
return…