Ralph Minderhoud
Ralph Minderhoud
Hello, while this is being worked on is there a temporary "best practices" for handling this kind of project structure (root library crate -> member bin with additional dependencies)? Right...
Calinou - I actually prefer vikas's method. Someone comfortable enough to clone the repo is probably comfortable enough to just clone it somewhere else and then symlink to the `io_scene_godot/`...
Adding my +1 for type annotations
I just ran into this as well with the exact same use case. Using rename to convert from snake case to camel case and my union type gets incorrectly disambiguated.
This seems to work out of the box already but I'm not sure it works with macros that also require parameters. My use case is wanting to `rstest` fixtures in...
This crate provides this functionality and is built on top of xml-rs: https://github.com/eminence/xmltree-rs
I've created a docs sample for 0.13.0 at https://rminderhoud.github.io/magick-rust/0.13.0/magick_rust/. Repo: https://github.com/rminderhoud/magick-rust/tree/gh-pages Steps: - `git checkout --orphan gh-pages` - `git rm -rf .` - `cargo doc` - Add `.gitignore` - `cp...
@nlfiedler I agree that the above solution is not ideal. It might be slightly better mitigated with LFS but github doesn't allow you to use LFS on public forks so...
Actually, it appears this only occurs if you try to destroy a gdb right after creation without closing it: Crashes: ```c++ const wchar_t* path = L"C:\\Users\\RALPHM~1\\AppData\\Local\\Temp\\test.gdb"; FileGDBAPI::Geodatabase fgdb; FILEGDBAPI::CreateGeodatabase(path, fgdb);...
Any updates on this? Currently looking into quantiacs and using python 3 would be a big plus.