thislooksfun
thislooksfun
As per the spec, abspos grid items don't contribute to the grid sizing, even implicitly. However we were blindly using whatever positioning values the `resolve_grid_position()` gave us. This was causing...
Currently the `sdImage.*Commands` options have no explicit type. This leads to some confusing and counter-intuitive behavior when trying to augment/override them. Namely, defining one of the options twice results in...
Currently pointing `--target` to a directory that doesn't yet exist results in the error: ``` stow: --target value '' is not a valid directory ``` I understand why this is...
The current error message if the `--target` directory doesn't exist looks like this: ``` stow: --target value '' is not a valid directory ``` I personally found this wording to...
I have a few local devices on my network that I connect to via local domain names managed by a pi-hole instance. I'd like to keep using that setup while...
### ESLint version 9.26.0 ### What problem do you want to solve? ESLint now has first-class types (#18845) which is awesome, but there is still room for improvement, especially regarding...
Steps to reproduce: 1. Go to any character in [Dicecloud v1](https://v1.dicecloud.com) 1. Make a link in a markdown entry (i.e. the Journal tab) that just contains a domain (i.e. `[text](http://example.com)`)...
**Describe the bug** Importing a Dicecloud v1 character that uses the `rages` variable to limit a feature's uses causes the `!import` command to break. **Severity** Medium / High **Context** `!import...
I have a few local devices on my network that I connect to via local domain names managed by a pi-hole instance. I'd like to keep using that setup while...
Currently the `github-markdown` style formats the output nicely, but not in a way that will actually work with GitHub Markdown fields. For example, take the following code: ```ts import {...