iamthad

Results 11 issues of iamthad

The names of locations lose any number of trailing 't' or 'x' characters, e.g. ```console $ whereami learn -l couch-right &>/dev/null $ whereami locations couch-righ: 1 ``` This is due...

For #138. Lightly tested and seems to work. Implementation only, no docs. I'm happy to revise as needed.

The spec states "`$XDG_CONFIG_HOME` defines the base directory relative to which user specific configuration files should be stored. If `$XDG_CONFIG_HOME` is either not set or empty, a default equal to...

enhancement

It appears that many of the commands are set up in `acro.pdfsupport.code.tex` to expand as PDF strings, but `acf` / `Acf` are not.

`AutoField` is set up to use `GlobalIDFilter`, but `BigAutoField` and `SmallAutoField` are not. This PR adds them to `GRAPHENE_FILTER_SET_OVERRIDES`, associating them with the filter. It also removes some conditional logic...

PlantUML supports notes across all participants via `note across`. This is not recognized like `note left` or `note right` and breaks the syntax highlighting if used.

It's possible to download your Hollow Knight saves from Steam Cloud via this link: https://store.steampowered.com/account/remotestorageapp/?appid=367520 I have used this when playing on my Steam Deck so that I can load...

I recently found that I had made a typo and gave two different variants of an enum the same name using `#[serde(rename=...)]`. The code was something like, ```rust #[derive(Deserialize, Serialize)]...