Daniel Gomme

Results 11 comments of Daniel Gomme

For anyone that's still stuck on this, I had the same issue on Arch, though it also wasn't following my Qt style guidelines. Ended up using `pip3 uninstall PyQt5` and...

That's totally fair. Honestly I don't know what ones are most used; the big hit for me is that when I update, reaper's install script uses `xdg-icon-resource`, `xdg-desktop-menu` and `xdg-mime`,...

> @OctarineSourcerer > > > Is there any way to use xdg-utils' stuff for commands handlr hasn't got yet, while still having the xdg-utils-handlr shim? > > I'd say just...

It may also be a good idea to place the details of this in the output of `typst fonts --help`, as that's somewhere people might look should their fonts not...

> should the system prefer _last_ over _longer shared border_? I think so: last indicates what the user most recently used, so is more likely to be the intended target...

> Does this change anything? > > ``` > :syntax off > :lua vim.treesitter.stop() > ``` > > vscode-neovim tries to resolve highlights from Nvim, but that is very much...

Consistently around 7 seconds for me. Definitely something strange going on.

I agree that making Tufte-style tables would be brilliant, and that stroke would need to be more powerful to achieve this. But it's also not quite this issue, which is...

> There is a `table-strokes` branch that does pretty much that (functions for cells), but I didn't get it done in time for the beta launch because there's lots of...

Sorry for such a late reply! Calling `corrplot(M, label = ["x$i" for i=1:4], clims=(-10,10))` seems to have the same result, and so does calling `corrplot(M, label = ["x$i" for i=1:4],...