Jeremy Fleischman

Results 153 issues of Jeremy Fleischman

**What page or section of the docs have an issue?** https://wezfurlong.org/wezterm/escape-sequences.html#csi-control-sequence-introducer-sequences **Describe the issue** I acknowledge that these are pretty nitty nits. That said, given all the historical ambiguity about...

docs

**Describe the bug** The plugin crashes when I try to remove libraries under Addons > Jellyfin > Manage libraries > Remove libraries. I see the following in my logs: ```...

bug
ux

This completes https://github.com/selectel/pyte/issues/178. pyte now understands `:`-delimited subparameters, but doesn't actually do anything with them (which is better than the previous behavior, where they'd get spewed to the screen buffer....

First off, apologies if I'm confusing any terminologies here. I've only recently started digging into the messy historical universe of TTYs. It's entirely possible this is an issue with how...

pyte current supports setting foreground/background color, but it only supports `;` delimited parameters. My understanding is that this is a legacy of xterm mis-interpreting some ancient specification: - https://invisible-island.net/xterm/xterm.faq.html#color_by_number >...

(Sorry for the convoluted title: I don't know the right vocabulary for this.) I noticed when upgrading to Werkzeug 2.2+, two of my routing rules have swapped priority. ## Sample...

The readme points to https://mobile.nixos.org/ to view the rendered docs, but that page seems to be deprecated.

I see [Flashing for BK7231N (obsolete method)](https://github.com/openshwprojects/OpenBK7231T_App/blob/6e0dfef4449fd435dd5ac1fbcd468f8680ba4e5a/FLASHING.md#flashing-for-bk7231n-obsolete-method). The title implies that there's a non-obsolete method, but I can't find it documented. Some help, please? Thanks for the very awesome project!

I'm trying out Fish after many years in Zsh and many years of Bash before that. One difference in behavior that's bothering me is how `Alt+.` works: - In Fish...

### Description I often comment/uncomment swaths of code when developing. Since adopting `nixfmt`, I've found that sometimes those lines of code move around when I comment them, which makes uncommenting...