Matthew Johnston
Matthew Johnston
I have not yet. I'll try to get to it soon.
You'll have to use a CTE in that case. SQLite does not support values like Postgres does. Generally you are going to find little inconsistencies between other SQL implementations and...
CTE's are actually quite fun to use to make queries more legible in regular raw SQL. If you used https://hexdocs.pm/ecto/Ecto.Query.html#with_cte/3 in your library you could side step this issue.
I think you have to add this to https://github.com/folke/tokyonight.nvim/blob/main/lua/tokyonight/extra/helix.lua because those extras are generated.
I only noticed this because I have been trying to figure out why the ruler is rendered incorrectly (not because of your pr)
It does. Something is wrong with this theme that is causing that. The themes that ship with helix don't suffer from these issues. 
@archcorsair helix upstream has tokyonight shipped by default now. https://github.com/helix-editor/helix/blob/ae0dd313bdb418b6944ce77b44023c7fb31b9000/runtime/themes/tokyonight_storm.toml
@archcorsair try pushing it up stream, I'm sure other Helix users would like it. I know I would 😄
> I don't know how I missed the SQLite adapter. They'd be affected probably Don't worry I'm watching this 😈
Producing at least 1 build is fine. I believe it would be easier to inspect the HTML version first anyways. You could also specify which format you wanted if you...