Vincent
Vincent
Are you specifically looking at numpy, or at the machine learning echosystem with numpy/pytorch/... ? I found today that they are quite heterogeneous: ``` >>> x = torch.zeros([4], dtype=torch.int8) >>>...
Sorry I wasn't clear, I wanted to ask for the numerical stack part specifically. Do we have a current target in numpy / pytorch / tensorflow that would focus most...
Be sure to talk to Mark Mandoza to have input from our experience doing so in Pyre :D Le mer. 13 nov. 2019 à 17:12, Theodore Liu a écrit :...
Mark Mendoza* ... my finger are a bit dumb today, sorry. Le mer. 13 nov. 2019 à 17:14, Vincent Siles a écrit : > Be sure to talk to Mark...
Hi ! We're also hitting a similar behavior. The bug doesn't seem to be due to sqlx, but rather to tracing-subscriber. Has it been reported upstream ? I didn't find...
Just to clarify the possible behaviors as we might want to distinguish package names from directory names. Right now: - `buffrs init` in a directory named `foo` will initialize a...
It looks like the only call to `PackageName::unchecked` could be replaced with a `panic!`, because if there is no file to read, `Manifest::read()` will return an Error and `command::install` will...
I'll give it some more thoughts. The "quick" fix would be to return a proper `Err`, which will never be returned in practice. But we might be able to tune...
My bad. I read it more carefully this week-end, and if the manifest doesn't have a `package` entry, this can totally happen. However if the long term plan is to...
@inseokhwang I see the diff has been abandoned. Should I close this PR ?