Alexander Batischev
Alexander Batischev
Good! Building on macOS might be tricky because of #2280. If you run into errors you can't figure out, please open a new issue and we'll try to help.
Thanks for reporting the issue! The fix from https://github.com/web-platform-tests/wpt.fyi/pull/775 looks acceptable, please submit a PR if it works for you ;) As a workaround, one can probably use `--build-arg GID=1111`.
> I changed rustup --default-host to aarch64-apple-darwin: Why? Did you get any errors prior to that? I think the current error is caused by this flag. It makes Rust build...
Oh, I'd love to check the expressions before they run! That's definitely *not* for the upcoming release though :) This reminds me of https://github.com/newsboat/newsboat/issues/335 and https://github.com/newsboat/newsboat/issues/1053. Heaps of work though,...
I'd prefer option 2. This also depends somewhat on https://github.com/newsboat/newsboat/issues/1171 I think.
Judging by STFL's README, we can't control the visibility of the cursor. Reusing Q&A (i.e. `input` widget) doesn't work as it requires the user to press Enter. The cleanest solution...
I just realised that this PR breaks the naming of temporary files because `add_extension()` appends a dot between the filename and the extension. This can't be fixed by simply removing...
> Do we want to have support for ratatui and stfl at the same time for a while? (as compile time option, or even a temporary config/cli option) I'd love...
Nah, that comment makes total sense to me. Let's close this.
Submitted an issue about the clang-tidy warning: https://github.com/catchorg/Catch2/issues/2909