Björn Wieczoreck
Björn Wieczoreck
Hi, I was encouraged to open an issue for this question that I have: I see that you are already able to read usdc without any external dependencies and I...
Hey everyone 👋 I was looking into vcpkg and how it could work with cargo and Rust and found this crate. I like how easily the integration works with the...
This PR adds support for the manifest mode of vcpkg as discussed in issue #41. By default it will be checked if a `vcpkg.json` file exists. If the user does...
.DS_Store is a macOS specific file that doesn't need to be tracked and the .idea/ folder is specific to Jetbrains IDEs similar to .vscode/
**Edit**: Of course I find the reason for it as soon as I open an issue. When a `vcpkg.json` file is present in the same folder as the `Cargo.toml`, the...
Heyo, I've dug a bit and found this issue which seems to have been resolved at the time (https://github.com/xfbs/diff.rs/issues/6). When I access diff.rs today (I've tried Brave and Safari), I...
Hello everyone! diff.rs is an essential website for us to review changes whenever we update dependencies and we love it for that, but I've noticed that whenever I select a...
I think this has changed as part of the tailwind rewrite. Files and directories that don't include any changes are shown now, but I think they should be hidden again....
Heyo everyone! I came back to this after a while because I noticed that development had picked up a bit and gave it a go. For me one of the...
Trying to explain a bit better when `recv_many` will return and why in some cases the returned number of received messages is below the input parameter `limit`. ## Motivation I...