-
Currently `hlint` emits two hints for something like
```haskell
mk_meth_spec_prags :: ....
mk_meth_spec_prags = ...
```
both on the type and the method itself. I think it should only emit one h…
-
Currently, we sometimes have to maintain two different types in the frontend, one that maps the backend response containing snake case keys (e.g., project_slug) and another camelCase conform type for …
-
### Description
When using the python backend and making use of an anonymous record, the accessors use snake case, while the construction code has camel cased fields, resulting in a `KeyError` when…
-
I would like to see Ingredients support searching for class names using camel case abbreviations. For example "NSMD" or "NSMutD" should find "NSMutableDictionary". Such behavior is available in Xcode …
-
Good practices and syntax sugar for Golang
-
So to better enforce type safety in a project - a developer may want to say let's only allow a string that adheres to _keyof_ some TYPE for OData operations $orderBy or $filter- the issue is that key…
-
If I use camel case for the class (which mirrors the content type ID) this does not appear to work.
For example, following this by using the class name in camel case in a query does not work.
-
Moodle uses sentence case - please check your lang strings as some use camel case.
for example strings like:
$string['mystring'] = "My String";
should be:
$string['mystring'] = "My string";
N…
-
### What is the problem this feature would solve?
When using Eden for frontend development, we currently have to access snake case API endpoints in a bracket notation, like api['sign-in'].post. This …
DoK6n updated
2 months ago
-
_From @catmando on December 22, 2015 13:7_
We need to clean this up for example the html attribute `default-value` should be expressible as `:default_value` or `"default-value"`. Sometimes things a…