Michael Milton
Michael Milton
Basically if you ever try to write a function that is generic over any array subtype (`ArrayView`, `Array` etc), then you aren't able to use debug features, because `ViewRepr` doesn't...
Currently `ArrayBase::split_at` is private, and only `ArrayView::split_at` is public. However there are situations where you might want to split an owned array. For example in a factory function that generates...
Currently `a ** 3` is the only example in the "[ndarray_for_numpy_users](https://docs.rs/ndarray/0.15.3/ndarray/doc/ndarray_for_numpy_users/index.html)" docs that requires a map. Could these methods be added directly? Rust has no `^` or `**` exponentiation operator,...
- [x] I believe this to be a bug with Open Babel - [ ] This is a feature request ## Environment Information Open Babel version: 3.1.0 Operating system and...
I'm trying to fix `toil-container`, with reference to #1768. One key aspect to this is being able to set `--singularity` or `--docker` on the command line, storing that in the...
**Describe the feature you'd like** * As a user, I tried out the app the first time using the "Free Workout" tab, but now that I like the app, I'd...
I noticed in the tests, and the source code, that there is a `mixer.SKIP` property that can be used to skip the generation of certain fields: https://github.com/klen/mixer/blob/6af15d5e65d8a2ee8185f7777bf095d611ba13ae/tests/test_main.py#L287-L291. My first question...
Hi, just thinking that there would be a number of advantages to converting this to a Python package: * You get automatic executable installation. ie the user can `pip install...
I notice that `predict.py` basically does this, but it seems to start an interactive session. For downstream tools that depend on this, a CLI would be useful. I imagine you...
**Describe the bug** Following the build instructions explained in the readme under Ubuntu 18.04, the build will succeed, but running `gamemoded` will result in the error: ``` gamemoded: error while...