omar2205

Results 58 comments of 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 ![image](https://user-images.githubusercontent.com/1373867/165047819-441036ef-44fb-4287-8ca3-7cefbd1961c5.png) Elixir ![image](https://user-images.githubusercontent.com/1373867/165048228-c7f43881-11c2-4a33-9233-ae3998f7222d.png)

Is there any update to this request?

I wish this worked too, `{/* @ts-ignore */}` in markup template.