Alessandro Candido

Results 39 comments of Alessandro Candido

Thank you very much, I would like the complete one of course, but if something is already working I will squeeze what I need in that something. In any case,...

It helped a lot, and works like a charm! From my point of view you can even consider this issue closed, but you decide. > Give me a shout if...

> I'd like this as well. It'd make the changes easier to scan. As a partial example, the way ripgrep handles displaying matches file-by-file is nice: I would like this...

> Therefore if you want to start over by deleting `~/.local/pipx` you will most likely not lose anything. Sorry. This worked for me

@strager thanks, that's what I thought. I believe @antonk52 was just suggesting to broaden the audience: since `coc.nvim` is just another LSP client, you can support more vim/neovim's clients, more...

There is yet no wheel for Windows on PyPI, while they are present for v0.31.0. This makes it harder for multiplatform projects to depend on TensorFlow itself. https://pypi.org/project/tensorflow-io-gcs-filesystem/0.32.0/#files

I guess there has been some confusion in the OP, since the title is about `nix-store` but the command is `nix-shell` (maybe I'm missing something, but `nix-shell` doesn't have any...

Not sure it is related, but I was trying to generate a grid in the pager, and miserably failing: - I expected to be able to obtain a grid tweeking...

~~I'm a bit puzzled by the submodule. In the example on the docs is left empty~~ ~~but as soon as I try to add something, it fails:~~ ```rs #[pymodule] mod...

Moreover, something weird happens with classes. This is working as expected: ```rs use pyo3::prelude::*; mod othermod { use pyo3::prelude::*; #[pyfunction] pub fn triple(x: usize) -> usize { x * 3...