Jonas Carpay

Results 21 issues of Jonas Carpay

# apecs 1.0 This is an (experiment for) the next version of `apecs`. At the moment this branch contains 75% of a rewrite of the core `apecs` package. The goal...

If there's a flag to output PNG on stdout instead of just dot, we could pipe it directly into an image viewer. This is useful for one-off renders.

Fixes #35 Fixes #5 This PR contains a rudimentary test suite, as well as a fix for the escaping issue. - [x] More tests for string edge cases - [x]...

Currently, `purenix` will only create new files. Maybe it's a good idea to also delete the json files once we're done with them, to leave the directory in as clean...

**Is your feature request related to a problem? Please describe.** The temperature graph has a lower bound of 0 degrees Celsius **Describe the solution you'd like** The lower bound is...

Similar to #13. It can be hard to see splits, as shown in the picture below. Is there an easy fix for this? ![2019-11-24_15-02](https://user-images.githubusercontent.com/3593851/69490448-9211a000-0ecb-11ea-9312-4edcb1eb4fab.png)

enhancement
help wanted

[GitHub markdown now supports inline Mermaid flowchart diagrams](https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/): ```mermaid flowchart LR foo --> bar bar --> baz ``` If `calligraphy` were to output Mermaid directly, you could easily e.g. include...

Same as #4. There's already a `--collapse-modules` flag, but that's basically just a hack using the `--collapse-*` logic. I think it's time to add first-class support for this. Mermaid (#13)...

Here's a list of breaking changes to consider for v0.10. - [ ] Change `SystemT` to an `ReaderT` alias. This is in light of #123, and the list of derived...