Alex Morega

Results 62 comments of Alex Morega

The only significant difference is the basic point type, in rust-geo it's an x,y pair, in rust-geojson it's an arbitrary-length vector. Maybe we should pick one and then we can...

We can use traits and generics to write code that handles several coordinate types. It's more efficient than `Option` because the type of coordinates is known at compile time. But,...

Here's my two cents; I don't know much about how images are used in testing, but I'm running OJS in production from Docker images – https://github.com/pkp/docker-ojs/issues/158#issuecomment-1069244873. It makes sense to...

Hey, thanks! Right now `-cpu` is hardcoded to the value `host`: https://github.com/mgax/minivirt/blob/415c058275b49fee8312149cd4a84e2d06b2c2d9/minivirt/qemu.py#L25-L28 What is the use case for another value?

The URL is generated in [File.permalink()](https://github.com/mgax/jekyllcms/blob/24059815fe08fa8ec6fa89782a7c43857d01e26a/src/file.jsx#L102-L111) using the template from [Configuration.permalinkTemplate()](https://github.com/mgax/jekyllcms/blob/89c4186b8fc950574be1520a69b23f7c9d26ddf6/src/site.jsx#L7-L14). It should be straightforward to extend `permalinkTemplate` to understand other permalink formats.

First of all, `CTRL` + `CMD` + `space` is just one of the ways to open the emoji window, another would be the `🌐` key. The globe key does actually...

> This should be fixed by #1899, it would be great if you can test that. @fredizzimo It doesn't seem to be fixed in 340571b. On Mac OS, I have...

@MultisampledNight I don't think the bug is resolved, https://github.com/neovide/neovide/issues/1237#issuecomment-1622948873 is still true.

> If `cmd` and `cmd+shift` produces different characters, you can map both characters separately, but excluding the shift key itself. Would this work for `` vs ``? In a quick...

> I suspect that the problem is that `keyevent.text` is `p` instead of `P` in the code below I can confirm, both command-r and command-shift-r are returned as `Some("")` by...