Melvin Sowah
Melvin Sowah
I ran into an issue where I have a list of `Maybe Int`s that I need to sort in a particular way: All `Nothing`s should come at the top, and...
## Expected Behavior The extension should allow you to specify which files are test suites. ## Current Behavior The extension assumes that anything in the `test` directory is a test...
Apologies if this is in the repo somewhere, I tried looking but couldn't find anything that seemed to answer this. I've just installed this plugin on Arch Linux through the...
It would be really cool if this extension worked in pull requests as that would make reviewing things a lot more efficient. Is this possible at all?
I can't seem to use a calc expression for a transformation. I'm trying to write: ```css .tooltip { /*--- snip ---*/ transform: translateX(calc(0px - var(--tooltip-offset))); } ``` But (what I...
Currently, with the Document type you need to use `List.map toUnstyled` to convert to unstyled Html. This would result in a style tag being created for each element in that...
**Is your feature request related to a problem? Please describe.** The current way of doing disjunction (`OR`) in searches is to prefix each tag with `~` (for example, `~tag1 ~tag2`)....