Miles Granger

Results 125 comments of Miles Granger

Any update with this? :)

With the addition of [Conda Pack](https://conda.github.io/conda-pack/) it seems like this might be an option to get conda environment up? I suppose there will be complications if the conda environment was...

After getting great help from you in #1535 I've hit this issue. The additional feature I want to add would still make use of multiple objects defined in the parent...

Thanks, it is helpful all the same. I just might take you up on that offer to cobble something together. Albeit, I've started paternity leave so won't have anything up...

While dabbling with this earlier today, I hit #1193; thinking entering pyclasses into a capsule could be a good avenue for sharing structs/functions between crates. Is it not an absurd...

I was indeed taking inspiration from [pyo3 numpy](https://github.com/PyO3/rust-numpy/blob/main/src/npyffi/mod.rs) and [this description about using capsules](https://docs.python.org/3/extending/extending.html#using-capsules) seemed to reinforce my plan. > ... using Python APIs to import the Python objects directly?...

I would much appreciate this as well. Being pretty green to Angular and NativeScript, I _need_ to write tests. When generating a new service for example `ng generate service Foo`...

I think this is really great, I just started on a sklearn like implementation of their pipelines, [here](https://github.com/milesgranger/pipes/blob/master/src/lib.rs) but more or less for experimentation without anything serious. I'll be sure...

Any update with this? Would be fantastic to have! :+1:

I can certainly pick it up if needed! Presently, I'm working locally on [ARROW-13763](https://issues.apache.org/jira/browse/ARROW-13763).