-
The naming for the lint `no_runtimeType_toString` is inconsistent with the other lint names, which almost universally use lower case. I believe a consistent naming for this lint would be something lik…
-
This component could benefit from a refactoring similar to `EventsScreen`, where every event type would be handled by a dedicated method.
Instead of the big switch/case in render(), we could have …
-
## Example
France Télévisions (not public)
![Image](https://github.com/user-attachments/assets/6fde3f98-fe94-4b3f-8be9-055c8623a4e5)
## Rationale
Developers routinely need to know both names of a …
-
Document and apply:
- method names use camelCase
- object.method() no spaces around'.'
-
### Bug Report
| Q | A
|------------ | ------
| BC Break | yes
| Version | 2.15.3
#### Summary
Switching from **one** database to **multiple** databases for one Symf…
-
The event filtering on ApplicationActions accepts filter object that is in implementation encapsulated into object with filter property causing REST API to neglect the request without any error respon…
-
I would like to pass `model_config = ConfigDict(alias_generator=to_camel, populate_by_name=True, from_attributes=True)` to every generated schema and pass `by_alias=True` to every generated API view. …
Tatsh updated
3 months ago
-
Design docs said we'd use camelCase so humans can read your code.
-
We use camelCase naming for our standalone functions. get_url should be getUrl.
-