Kelsey Judson
Kelsey Judson
Thanks for such a quick reply. I actually deliberately left free space after the partition when I created it in case I wanted to use it for something else, but...
Thanks @vfsfitvnm. I personally find it jarring so I'm a bit disappointed, but I appreciate the work you've put into this (none of us are entitled to it) and I'll...
I'm getting an issue with regex too. For me it's caused by this module (no issues with this module from Node.js or Deno; something too strict in parsing?): https://github.com/markdown-it/uc.micro/blob/master/properties/Any/regex.js ```...
My specific issue at least seems to be fixed now in Bun 0.2.2, I guess due to this: https://github.com/oven-sh/bun/pull/1363
Not a duplicate. As explained above, that's for extended (`sed -E`), not basic (plain `sed`): https://en.wikibooks.org/wiki/Regular_Expressions/POSIX_Basic_Regular_Expressions
I agree, but if one is closed, then the other should be clear that it's about both BRE and ERE.
> Updating to swaylock 1.7.2 fixed the issue. Are you sure about that? I had a red screen yesterday and according to my package manager I installed 1.7.2 on 29...
Yes I agree, I think all of this talk of `C-[` being an accident is a little dismissive. Perhaps it was an 'accident' once but its usage is certainly not...
In case it helps anyone… until Helix supports this, using [keyd](https://github.com/rvaiya/keyd) to map `C-[` to escape seems to work. ```ini [control] [ = esc ```
If you look through the source code it looks like there is a lot of documentation missing, and a fair bit of clean up required. I don't think it's ready...