Tobias Brandt
Tobias Brandt
Sorry, in #286 I got the impression we were going to go with `from_text`?
I agree with @max-sixty 's point that we should try to ensure the language remains coherent. I'm in the process of writing up a bigger discussion around "Tables, transforms and...
Thanks. The discussion is in #1323 .
As mentioned in #523 , I had a discussion with Aljaz on this and had misunderstood an aspect of this. Very happy with this feature now. Thanks!
I agree with @max-sixty . Point 1. seems like a small addition which could be relatively straight forward and I think is worth adding. Point 2. to me seems more...
Great suggestion @aljazerzen . I agree with that.
I'm not sure if I'm understanding correctly but I don't think that you have to publish a new crate. You can just rename the binary target in the crate. The...
Yes, I think you can do this: https://stackoverflow.com/questions/26946646/package-with-both-a-library-and-a-binary Edit: This is for the package, I'm not so sure about the published aspect of this.
Hmm interesting. I believe this is also what APL does. That said, my first instinct is that I'm actually not in favour, mostly because I see it as information loss....
Very cool! I was wondering if for your small example you might want to use `0.000_000_1` rather than `1.000_000_1`? Of course that could also be expressed as `1e-7` so perhaps...