Jason Shipman
Jason Shipman
**Describe the bug** When a Haskell code block contains the `':` operator, chroma erroneously highlights everything after the `'` character. For example, in this block: ```haskell sample :: Proxy (Int...
Given this CSS: ```css html { font-size: clamp(2.25rem, 2vw + 1.5rem, 3.25rem); } ``` `compressCssCompiler` will strip the spaces around `+`, which makes the property value invalid. ```css html{font-size:clamp(2.25rem,2vw+1.5rem,3.25rem)} ```...
While entering the text for a filter, e.g. if I wanted to look for posts with `new` in the title, as soon as I type the `n` character, the dialog...
If two feeds with the same name but different URLs are added to different categories, loading the second feed will pull from the first feed's link. For example, I added...
When evaluating some Fennel code that uses a macro and that macro has a local function defined, Conjure errors with: ``` ; -------------------------------------------------------------------------------- ; eval (buf): /src/app.fnl ; [Compile] .../.config/nvim/bundle/conjure/lua/conjure/nfnl/fennel.lua:1069:...