Patrick Elsen
Patrick Elsen
Hey! I've looked into this. Could probably hack it in somehow.
Hey there! What do you mean by that?
Ahh, I see 🙂 I wasn't really sure how you would use `table.unpack` in this context, so I left it out... but if you do know, send me your answers...
Looking into it!
I'm getting the same issue, when trying to load the gem: ``` irb(main):001:0> require 'zmq' LoadError: /var/lib/gems/2.3.0/gems/zmq-2.1.4/lib/zmq.so: undefined symbol: rb_thread_blocking_region - /var/lib/gems/2.3.0/gems/zmq-2.1.4/lib/zmq.so from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:127:in `require' from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:127:in `rescue in require'...
I can look into this, it sounds like something that could be useful. Just for my understanding: do you mean that diff.rs should diff a released version of a crate...
So, one way to get this done is: - parse the Cargo.toml in the diff version (left) - check if repository is in the metadata - in the right version...
I've picked this up again, I might get something working this weekend. Currently need to do a bit maintenance work (replace yewprint with tailwind css, fix some visual bugs, get...
I have a partial implementation of this. So far, it's a little ugly. You can check it out by this link: https://diff.rs/repo/serde/1.0.209/files/Cargo.toml (There is only a partial UI for it...
It is up to you what you think makes sense. I have only two reasons why I think this might make sense from a user's perspective (from what I have...