Andrey Savchenko
Andrey Savchenko
**Is your feature request related to a problem? Please describe.** Critical hit rules is one of the best features for me (since D&D Beyond doesn't natively support alternate rules), however...
I currently suffix reoccurring events with a number, though what I _really_ wanted to implement for these is meaningful dynamic name generation. I postponed this because I didn't feel I...
Creating and attaching zip build is automated in Robo command, however since it's based on Composer `create-project` (so any local changes aren't dragged in, etc) there is a lag between...
I am hitting a point where wiring exceeds physical space of the factory it controls, in one or both dimensions. E.g. I have designed extremely narrow (4 squares tall) and...
To my understanding, at the moment markdown render hooks apply equally to the three possible kinds of links in content: 1. marked up link `[example](https://example.com)` 2. autolink `` 3. extended...
`CallableResolver` call is wrapped in a catch that expects `RuntimeException` https://github.com/slimphp/Slim/blob/8294d20e016b01ba57eb2cdb8c0f59cde502d1ab/Slim/MiddlewareDispatcher.php#L214-L222 If a resolver throws exception that doesn't extend from `RuntimeException` this halts the execution and fallback code below is...
I have some `@font-face` rules for size-adjusted fallback fonts, to reduce CLS while web fonts are loading. Out of the box critters doesn't seem to consider them critical CSS to...
Only font faces having `src: url()` are treated as valid, so `src: local()` ones would always be considered invalid and dropped, even if they are detected as critical fonts. ```css...
**Is your feature request related to a problem? Please describe.** The build image doesn't seem to come with browser binaries, which could be used by [Playwright](https://playwright.dev) for testing. They need...
Melee weapons in equipment currently say `"range": { "normal": 5 }`, which is iffy in some regards: 1. Technically melee weapons don't _have_ range (unless they also have thrown), they...