iacore

Results 421 comments of iacore

In kitty, the links aren't underlined unless i mouse over them. I can't tell which are links.

> Is It standard for terminals to support links in the proper way? In Kitty, the style of text is separate from whether the text is clickable. Hope that makes...

There's also [`parcel-transform-remark`](https://github.com/mvasigh/parcel-transform-remark), although it seems to have the wrong name.

> @iacore Yo, um, I looked into semgrep and it looks impenetrable. Would it be more work for you to explain to me how to do this or to do...

My Linux distro is Artix. Every other application has sound. I found a workaround to the problem ``` alda-player run -p 27278 ALDA_DISABLE_SPAWNING=yes alda -v 2 play -p 27278 -c...

Now the workaround doesn't work...

Can you reproduce the problem?

I don't know how to show mouse input in video. Every "ButtonPress" is me pressing the primary mouse button. Ignore "RawButtonPress" (it's duplicate). https://github.com/imba/imba/assets/74560659/0ccfaa28-1b28-4c2f-9e41-55ea70c3e9fc this is in Firefox

You must add spaces around `/`. This is a bug, probably. `ga:1/1` doesn't work, while `ga:1 / 1` does.

Not dynamic linked into a program. I mean the dynamic library to be used with `dlopen`. - elvish - program foo - nested elvish runtime (lookup elvish variables and what...