Alex Morega

Results 62 comments of Alex Morega

It would also be helpful to have the selection saved in the URL hash, so that a page refresh would preserve the selection.

The bug is still present on neovide main. I tried to reproduce it on winit main, and you're right, it's a winit bug. I'll make a bug report there.

> This should be fixed by #1899, it would be great if you can test that. @fredizzimo with the following setup: ```lua vim.g.neovide_input_macos_alt_is_meta = true vim.keymap.set("n", "", ':echo "hello n"')...

> What's interesting is that `` seems to swallow the next key mapping, so if I do `` there is no output. same with ``. `` works as expected, printing...

Well, each VM runs in its own [user network](https://wiki.qemu.org/Documentation/Networking#User_Networking_.28SLIRP.29) bubble, where they get the first DHCP address. I'm guessing maybe you want VMs to be able to communicate over the...

Thanks! In principle I agree that only supporting the Vagrant key is not great, but a proper solution is tricky. For instance, it's possible to change the key right after...

We could implement a column-based footer, such as on the [Cloudflare website](https://www.cloudflare.com/en-gb/), with a StreamField editor, that allows creating columns, and links within columns. The links could either be external...

> Would it also be possible to have the kind of elements _below_ the stacked columns on the Cloudflare site? Yep, sure, we can set up a list of links...

> Would it be helpful to have a more detailed specification? Here's a draft, based heavily on the Cloudflare website footer. Let me know if it matches your expectation and...

@kesara it would be useful to have a way to try out a branch before merging. For example, https://www.squash.io can spin up an instance of the project, based on a...