Jonathan Davies
Jonathan Davies
In my testing I've found that yubico authenticator runs under xwayland, and so does chrome. Firefox runs under native wayland. QR code scanning doesnt work from either browser. Firefox is...
The app needs to be updated to use the new wayland screen capture api, something like [this](https://flatpak.github.io/xdg-desktop-portal/#gdbus-org.freedesktop.portal.Screenshot). Beyond my ken I'm afraid.
This is causing me problems as well, and the above fix is too hacky for me. What would be ideal tbh is if the file input element was appended invisibly...
I would personally vote for redcarpet as well, however it is not pure ruby, and this goes against antirez's stated goal of having as few dependencies as possible. Obviously we...
I think perhaps all testing should be kept in the ruby layer, with capybara doing the integration testing of the javascript in a full-stack manner. None of the javascript is...
I'm seeing this too. EDIT: Related to some changes in the slack api client. It sucks that go doesnt let you pin package versions. Relevant commits: https://github.com/nlopes/slack/commit/16288f9a445cde22e188f3ca72c1919559411e23 https://github.com/nlopes/slack/commit/650aeee7b266b910858af6e04cea0283ea88932a editing with...
Also seeing a non-blinking cursor on ubuntu 24.04 using the builtin terminal. The cursor blinks correctly outside of helix, in the shell and in vim for example.
I'm similarly only seeing it work with foreground operation. I'm on OSX 10.9.5, using mtpfs "stable 0.2" and libmtps 1.1.10, both installed from homebrew. I'm using a Moto G. Thanks...
just confirming that my hello world example fails for me in the way described in this ticket on 0.8.7, (when following the wasm guide in the rust roguelike tutorial) but...
I'm also seeing this same behavior on ubuntu 24.04. The stable wezterm from the apt repo fails with the given error, it works with wayland disabled via the env var,...