fanninpm

Results 15 issues of fanninpm

This implementation makes use of the [`ndarray`](https://crates.io/crates/ndarray) crate, which is accessible from the [Rust Playground](https://play.rust-lang.org/).

Implementation
lang: rust

This increases some contrast w/r/t some status elements. The effect is more noticeable with text, but I couldn't figure out how to get Firefox to screenshot that. Before: ![image](https://user-images.githubusercontent.com/27117322/133906982-0d5860c6-e80f-4948-b433-868676af3ad9.png) After:...

Compared to [the CPython source](https://github.com/python/cpython/blob/3.10/Modules/_winapi.c), RustPython's `_winapi` module (`vm/src/stdlib/winapi.rs`) has: - [x] `CREATE_NEW_CONSOLE` - [x] `CREATE_NEW_PROCESS_GROUP` - [x] `DUPLICATE_SAME_ACCESS` - [x] `DUPLICATE_CLOSE_SOURCE` - [x] `ERROR_ALREADY_EXISTS` - [x] `ERROR_BROKEN_PIPE` - [x]...

A-stdlib

Pull Request (PR) checklist: - [x] Include a description of what is in this pull request in this message. - [x] The dockerfile successfully builds to a test target for...

## Description of proposed changes This PR reduces the size of the main Auspice JSONs by removing all horizontal indentation from them. ## Related issue(s) No related issues. ## Testing...

With Beta 7, using the built-in compression is _slow_ when compressing to `xz` (using the default compression level). I'm running this in the context of a Nextstrain ncov workflow, and...

t:feat
good first issue
help wanted

I noticed that every time [augur](https://github.com/nextstrain/augur/blob/master/.github/workflows/ci.yaml) and [auspice](https://github.com/nextstrain/auspice/blob/master/scripts/rebuild-docker-image.sh) get updated, it triggers [a rebuild of the `nextstrain/base` Docker image](https://app.travis-ci.com/github/nextstrain/docker-base/builds). Would it be reasonable to add a trigger to this repository...

t:feat

https://github.com/xyproto/gendesk/blob/ad179b97a0801ca30dd784f56188baaa7422645a/pkgbuildparser.go#L142-L146 Because `.png` and `.svg` both end with `g`, this shouldn't be too hard to add support for.

feature request

Starting with the Rust 1.68 release, we will start seeing this error: ```text warning: the following packages contain code that will be rejected by a future version of Rust: lalrpop...

dependencies

I was thinking of making Nextclade datasets for the human adenoviruses, starting with hAdV-F (NCBI accession: [NC_001454.1](https://www.ncbi.nlm.nih.gov/nuccore/NC_001454.1)), but I ran into a snag almost right away. The expression of certain...

t:feat