Quinn Comendant

Results 74 comments of Quinn Comendant

Hi @ahujaesh, > you can also use github pages We love GitHub pages, [but it only hosts static content](https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages#about-github-pages). This API requires hosting code that runs on the server (unless...

Hi @hartwork! Thanks for the quick reply with suggestions. Yeah, if your internet is stable, ping may not reveal the issue. In order to reproduce this, you need to generate...

I did more experiments. The issue only occurs on macOS, when using [iTerm](https://iterm2.com/) version `3.5.0beta18`, running ttyplot v1.6.1. - The problem occurs on a clean install of macOS + iTerm...

I tested this again on an older MacBook which I recently reinstalled the OS, so it has a *virgin terminal environment* (never used, never customized). I installed iTerm and ttyplot...

@edgar-bonet Thanks for the tip to use `git bisect`, that's super cool! The process of bisecting and testing went smoothly until a commit that failed to compile. I was unable...

@hartwork, > Could you share the output of `pkg-config --cflags ncursesw ; pkg-config --libs ncursesw`? ``` āÆ pkg-config --cflags ncursesw āÆ pkg-config --libs ncursesw -lncurses ``` > env {C,LD}FLAGS=-fsanitize=address,undefined make...

@edgar-bonet, > […] which got replaced by UTF-8-encoded [Box-drawing characters](https://en.wikipedia.org/wiki/Box-drawing_character) […] Ah yes, this is interesting. Another possible clue: the issue can be reproduced simply by resizing the window, but...

@edgar-bonet Indeed, the iTerm beta terminfo is set via a custom `TERMINFO_DIRS` variable. Setting this to `TERMINFO_DIRS=/usr/share/terminfo` allows iTerm to use the macOS standard `/usr/share/terminfo/78/xterm-256color` file, and the corruption doesn't...

I had already [done so](https://gitlab.com/gnachman/iterm2/-/issues/11326).

Does anyone ever experience a problem, research it for an hour, find the cause, then go to GitHub to report the issue but then discover that you already created a...