Volker Mische
Volker Mische
Thanks for the review @feross. I still have interest and would spend some time next week. I'll start from the top (alphabetically) and work on the differences. I'll push again...
@superguineapig When I was talking with @feross he said he's happy to see those fixes. So my currnet workflow is doing some of those fixes, waiting for a review (wow,...
I see that you're changing the errors a bit. One thing I've on my todo list (which I haven't found the time to do yet :( is trying to add...
Sounds like I'm on the right track, I'll look into `enc.rs` next.
It might be quicker for you to do it yourself. But if it would help you, I could provide a PR if you give a detailed version of what the...
I forgot to mention that the [`inlcude_str!`](https://doc.rust-lang.org/std/macro.include_str.html) macro has additional restrictions, the input needs to be valid UTF-8, which leads to problems as described in issue #47.
The implementation could look like this: https://github.com/vmx/RustaCUDA/commit/2c39a40dab63ff96ff10cd1a45309a5cfe01b0c5
The problem is that there's no clean way to represent tags in the Serde Data Model. Tag support is a hack to get it working and after spending quite some...
Hi @pyfisch, thanks for all your work and the time you invested in getting tag support in and discussing related things with me. > The new project should consist of...
This discussion reads like there is an agreement that if you `git revert` a commit, the commit message should just be what Git is doing: ``` Revert "" This reverts...