Ivan Aksamentov

Results 131 issues of Ivan Aksamentov

The type `IntoIter` implemented in https://github.com/rust-ndarray/ndarray/pull/986 is not exposed publicly, which makes it difficult or impossible to implement `IntoIterator` trait for custom types wrapping `ndarray`: ```rust use ndarray::iterators::IntoIter; // Module...

bug

Thank you for the fantastic crate! I succesfully use `ctor` in order to initialize my tests, notably I initialize `color_eyre`, which makes output much prettier: ```rust #[cfg(test)] mod tests {...

### Motivation Currently panics are printed to the dev console. However, the errors are not manifesting in the web UI. It is not a great user experience. I understand that...

enhancement

This issue affects both nextstrain.org and auspice. ## Description Recently a dependency to ['iso-639-1' package](https://github.com/meikidd/iso-639-1) was introduced in nextstrain.org, required for language picker functionality, implemented as a part of nextstrain's...

This configuration runs make targets `all` (explicit) and `libs` (coming from `self.make_args()`), which both try to run openblas tests from `test/` and `utest/` directories compiled for a foreign architecture on...

### Brief: I use SublimeANSI to review logging output of my programs. Sometimes I want to review logs when program is still running (and is writing to the log file)....

I would like to see `yield` keyword support for Python, Javascript and Typescript generators. Note that Javascript also has `yield*` for async generators. Other languages having iterators/generators (for example C#,...

enhancement
language

One of the things I am struggling with in Rust is the noisy default test harness. Nextest hides stdout, and prints pretty short messages instead, making it a much more...

This is probably better to implement in `iltorb`, thus please see more info in the issue [#92](https://github.com/MayhemYDG/iltorb/issues/92) there.

We want to display our pangraphs. How to build and run the app: https://github.com/neherlab/pangraph/blob/4f996437a514374b832504e877b3de96461efb8d/docs/src/dev/building-web.md