-
Right now, the following happens when a user of the bot adds a name.
```
name add Klas Klasson
Result: klas klasson is added.
Desired result: Klas Klasson is added.
name add kLaS kLaSsOn
…
-
When adding a new monitor, and user adds "URL to monitor", the Display name should be filled in with the URL, without the TLD. The first letter should be capitalized.
Examples:
https://3dicons.…
-
**Under title:** Benefits to Society
**From:** The TOPS Email Box
Capitalize "Moon"
All caps for "COVID-19" / lowercase "pandemic" / lowercase "open" and "science"
-
Returns
```
ERROR: Unable to find given parent table in system catalogs. Please create parent table first: Table.Table
```
Can probably be resolved by changing
```sql
FROM pg_catalog.pg_cl…
-
Thank you for this plugin!
When trying it out I found capitalized keys are at the top🕺 !
I assumed all caps would be higher than them but they are injected as if capitalized but not all-caped.
…
-
If you press the capitalization button, the number row gets replaced by symbols. This happens even though the number row is set to always on in the main view. At the very least, there should be an opt…
-
-
I noticed that fields without a `verbose_name` in the "additional columns" dropdown aren't capitalised whereas the field labels in the search/filter form on the left are (probably because that's the D…
koeaw updated
1 month ago
-
```ts
type MyUppercase = T extends 'a'
? 'A'
: T extends 'b'
? 'B'
: T extends 'c'
? 'C'
: T extends 'd'
? 'D'
: T extends 'e'
? 'E'
: T extends 'f'
? 'F'
: T …
-
In the third bullet point under "Resources" in the "FarmOS API" section of the `ONBOARDING.md` file capitalize the word "axios" so that it is "Axios".