Andri Möll

Results 284 comments of Andri Möll

Hey, Just saying I'm seeing the same thing now with Build 2110 on Arch Linux. It seems to happen now consistently when amending a commit. It coincides with messing up...

To disable all 9, this loop will do the trick: ```sh for i in {1..9}; do gsettings set org.gnome.shell.keybindings switch-to-application-$i "[]"; done ```

Hey, Do you have some context for this error, too? Perhaps a small reproducible example and the Node.js version you used?

Hey! Perhaps you have a small reproducible example that just depends on Mitm.js? Is the `Websocket` you refer to the new native Node.js implementation?

Hey! I'm seeing the same thing on v9.1.1734 on Arch Linux and Wayland. I briefly alluded to _a_ width issue in https://github.com/vim/vim/issues/13575#issuecomment-3357524714, but the following invocation results in a window...

Thanks for the reply. I finally understood on my own too that arguments are actually like options. Those are weird. I thought they were like subcommands. :) But that explains...

Hey, Fun to randomly see my [Undersign.js](https://github.com/moll/js-undersign) referenced here. Did you track this down, @calamitas?

If I'm not mistaken, that won't be possible if the constructor is not exported in https://github.com/snoyberg/http-client/blob/6f742e857a91b37f9d1618a30510fc4f97989342/http-client/Network/HTTP/Client/MultipartFormData.hs. I think I saw in a mention of making the constructor private in a...

I think it's a reasonable suggestion. The current method of right clicking and then clicking "All Windows" to get a preview is definitely overly cumbersome.

For the record, for me, neither `HOST_COMPILER` nor `CUDAHOSTCXX` worked to direct `nvcc` to GCC v13 on Arch as of today. Setting NVCC and passing `-ccbin` seemed to work, though:...