Xavier Bestel

Results 88 comments of Xavier Bestel

Yes please; don't forget to explicitly say it's a graphviz replacement so it's easier to look for.

Looks like a problem, indeed. Instead of waiting for an hypothetical resolution, how about finding another (smart and witty ?) name for your crate ?

Yeah, problem is I'm using LunarVim and `dap-buddy` + `nvim-lsp-installer` is what's used by default here...

Ok, I edited the issue with your suggestion.

Can't this be automatically deduced from the `Locale`, using `Calendar.getFirstDayOfWeek()` ?

In fact my problem seems to be that `SourceId` needs `Display`, but I can't impl that on a `usize` alone. I've tried using `(&spircer::Project, spircer::FileId)` as a `SourceId` but then...

I got out of that by using a `std::path::Path` as `SourceId` and building a separate `HashMap` for storing the mapping, but it's a bit of a pity to have to...

Ok, thanks for that. If you also could avoid passing the `Cache` by value (I have to `clone()` it for each message), that's be great.

Yes but as I can access it from multiple threads I only have a shared reference ...