Gerry Agbobada

Results 110 comments of Gerry Agbobada

It has been merged, weird that you still have the issue :( I've used my fork for long enough that I may have not correctly upstreamed my changes but it...

Hello, Thanks for the effort in the report :) I didn't thoroughly checked the preview code in consult, but it will also probably depend on whether lsp-mode is hooked to...

> What do you mean with `some issues with lsp-treemacs`? Does the problem comes from this repo https://github.com/emacs-lsp/lsp-treemacs? I meant that you should probably not have `main.go` twice in the...

I didn't forget (completely) about this, it's just that to fix that I'd need to go deep in consult inner workings again and I need to find a large enough...

You might as well create a new workflow file called `publish.yml` that would deal exclusively with cargo publishing step. That would allow (you, me, or someone else) later to add...

Actually, as long as the major version is a leading 0, the "minor" version is the major compatibility version as far as cargo is concerned. I pushed 0.7.0 before realizing...

Our issue here is that we weren't able to make cargo resolve tokio versions somehow. That would have prevented compilation and forced us to find out the issue. But for...

Closing this as I lost a bit of context and I don't expect to have time soon to somehow make this configurable.

I think it'd be better than nothing still, having something on crates.io can also attract potential new contributors (I'm looking to make an ingestion tool for my PTA, and just...

Hello, Did you happen to yank this version ? I'm trying to force the 0.10.1 version (can't use 0.11 easily because I also depend on [async-compression](https://github.com/Nemo157/async-compression/blob/pr%C4%ABmum/Cargo.toml#L47) ), and cargo tells...