Ronny Herzog

Results 9 comments of Ronny Herzog

Hello, I am trying to build python extensions with cpython in Rust 1.10 nightly. From what I found in the cpython repository, it should be pretty straight forward. I copied...

@cmyr thanks for coming back to my issue. I finally could manage on my own. However, I think many people would appreciate a nice tutorial and/or example.

The problem was that I was using Python2.7. But I still lack knowledge of some details in the Cargo.toml compiling description. In particular, I did not know how to import...

Yes, it should compare the whole record for exact string matching. Maybe with the possibility to ignore case. Selecting certain columns would be great, too. And as you said, it...

Yes, sorry, I mean scattered rows.

Please check the pull requests. I already implemented a dedup function. It just needs to be merged.

I have the same issue. Does anyone solved it already?

Thank you for this suggestion. I am actually doing this. I just figured, that my code had different issues making it buggy. One thing is bugging me though: The git2::Delta...