Patrick Elsen

Results 66 comments of Patrick Elsen

Ah, I ran into the same issue. I patched `src/config/mod.rs` with ```rust println!( "Error {} adding watcher for path {:?}: {:?}", err, track_path.to_string_lossy(), err ); ``` To show me the...

I'll rebase this later today, iirc it's also missing some tests.

I've also added a homebrew formula for the project with the meson build system. You can install this with brew install --HEAD xfbs/local/libdict Right now it points to my fork,...

Hey Austin, I can try! I have to say that I might need a little help with rebasing, since a lot of stuff has changed. Cheers, Patrick On Wed 1....

I will look into it this weekend. If I can come up with something workable, I'll send you a PR. If not, maybe we can keep this issue open for...

Hey, sorry I only saw your issue right now. There are two main differences: - When you `clone()` a `String`, you have to allocate new memory and copy the contents...

Hey Ed, that's a really interesting idea, I had not thought of that usecase before. I think that makes a lot of sense actually, I've come across a lot of...

I'm going to work on this today. My idea is to change the routing so that you can do: diff.rs/crate_a/0.1.0/crate_b/0.1.0 I'm not sure I'll get around to putting in a...

Awesome to hear! So, I looked into it a bit. Looks like it is not quite as simple as I had thought, for one simple reason: the DiffableStr trait returns...

Thanks for looking into it, I already figured that it might be due to some change in the serialisation. I'll take a look at the code tomorrow and see if...