Fionn Fitzmaurice

Results 10 comments of Fionn Fitzmaurice

If you're still wondering, do this. * Save https://gist.github.com/iamfionn/48531574f06b4796afcd9e73bc18c6f0 as `/home/default/wpa.sh`. * Edit it. * Make sure it works. * Edit `/bin/wifi_setup.sh` to launch it on boot. * Check that...

I'm keen to see this happen too. If there's any extra work needed, I'm happy to help out.

I am using version 9.1.0151 and #9639 does not fix this issue for me. On X11 I can yank and paste with `y` and `p` to and from the shared...

No, although I tested this with all permutations of `clipboard=unnamed`, `clipboard=unnamedplus`, `y`, `"+y`. In any case, I use `y` and `p` in Vim on X11 (and Neovim on Wayland) and...

Should this issue be reopened then?

If you don't know what bucket corresponds to your key, create executable `get_nonce.sh` with content ```bash #!/bin/bash for i in {000..255}; do curl -Lo "/root/.hs-tree-data/nonces/$i.bin" \ "https://github.com/handshake-org/hs-tree-data/raw/master/nonces/$i.bin" done ``` and...

> (3) Update your existing colorscheme or config to explicitly configure all the built-in highlight groups, that behave differently e.g. `WinSeparator`, `String`, `Function`, `MoreMsg`, `WarningMsg`, etc. Is there an exhaustive...

I believe it is not possible (for alphanumeric strings) because [`matcher.lua`](https://github.com/hrsh7th/nvim-cmp/blob/d818fd0624205b34e14888358037fb6f5dc51234/lua/cmp/matcher.lua) makes use of `char.match` from https://github.com/hrsh7th/nvim-cmp/blob/d818fd0624205b34e14888358037fb6f5dc51234/lua/cmp/utils/char.lua#L109-L115 which is explicitly case insensitive.

Thanks! I should have added `inventory` as well, should I make another PR or just tack it on here?

I tried to sign the CLA but the server returned a 503 when redirected to https://ubuntu.com/legal/contributors/thank-you.