omar2205
omar2205
Yeah, in the meantime, I created this hacky abort ```ts // utils/abort.tsx /** @jsx h */ import { h } from 'preact' import { renderToString } from 'https://esm.sh/v87/[email protected]' const AbortPage...
Yeah, I tried it with no luck. It's not an app, it's a website.
Yep, the same thing with Firefox. I can't test Safari.
@roman-rr I made this quick demo https://whole-mole-32.deno.dev/ Playground https://dash.deno.com/playground/whole-mole-32
I used it in https://github.com/omar2205/imgs-lottie and it works as expected.
Sorry, I thought I was clear. Currently, the horizontal lines only appear inside functions (for me at least in JS files). I want it to show up inside objects for...
```lua require("indent_blankline").setup { space_char_blankline = " ", show_current_context = true, show_current_context_start = true, } ```
2.17.0 Also, is it possible to work without brackets? In elixir function block for example? JS  Elixir 
Is there any update to this request?
I wish this worked too, `{/* @ts-ignore */}` in markup template.