Bartłomiej Kamiński
Bartłomiej Kamiński
Sounds like a good idea! What do you think the crate should export? Just the `GenericArray` struct, or all the things that `generic-array` exports?
Oh, cool! I'll just check that out and probably publish it, thanks!
Hmm, the doc test in `lib.rs` seems to have a problem deciding which `generic_array` to import. I'm not sure if that's a problem with the test, or with the trick...
I never figured out how to make the test work, after all... Sorry for leaving this hanging.
Branches "site" and "site-python2" should only require Django (though apparently they don't work with versions >=1.7). "site" was supposed to work with python3, and "site-python2" with python2. Branch "master" shouldn't...
Ok, so back to the issue after a long time (sorry about that, btw!) - since the grammar is now defined as PEG (it's on the _peg_ branch at the...
Note to self: make methods returning metric tensors instance methods instead of associated functions - some applications will require dynamic dispatch based on the coordinate system.
Looks like this and #27 attempt to fix the same problem. I merged #27 before I had a look at your PR and now I think I might have done...
Sorry for the delay in replying! As far as I know, many other crates do what @vks suggests - put the low-level bindings into a `*-sys` crate and then use...
Thanks for the heads up! Looks like something changed in Arpeggio (probably escape sequences were added) and that was the reason - I pushed a commit that should fix the...