Jorge Carrasco
Jorge Carrasco
This is accompanied with a [PR to cookiecutter-memote](https://github.com/opencobra/cookiecutter-memote/pull/21). * [x] fix #706 Github changed the API for authentication (see [deprecation notice](https://developer.github.com/changes/2020-02-14-deprecating-oauth-auth-endpoint/)): * Username+password authentication is no longer possible, it has...
Chore CI
Closes #3 ### Description A Continuous Integration workflow with **clippy, fmt, build and test**. ### Implementation In order to comply with [clippy](https://github.com/rust-lang/rust-clippy). a lot of lines were changed. Most of...
Hi! I noticed there is not Continuous Integration for this one. Let me know if a PR (github actions I suppose) for that would be interesting.
A [Digital Object Identifier](https://www.doi.org/) provides a persistent interoperable identifier to reference. Having a DOI for bevy releases would make it easier to cite in academic publications and give correct attribution....
### Current behavior The fontSize is currently set to always be 14px. When the user specifies a font size in `Settings > Advanced Settings Editor`, the font size stays the...
## The way is handled now - Convert every coordinate from the SVG into positive coordinates. - Translate every coordinate to the center; that is, calculate the maximum x, y...
## Description `load_svg` should get all visual properties (not just stroke) in the final properites. ## How to It is just a matter of defining more methods (with defaults) in...
The scale in the input SVG document is just ignored and assumed to be 1. Make sure that everything is scaled properly.
A model without unbalanced metabolites crashes at the time of parsing the priors and, if solved, at the stan model, since `N_unbalanced` is required to be $\ge 1$.
For user-facing documentation, if there are two boolean that are co-dependent (especially when mutually exclusive), probably what we want is an enum, something like ```r non_steady = "allow" | "reject"...