Leon Thomm
Leon Thomm
originally #43 I didn't find out yet how to properly force immediate QGraphicsView background repaint for the flows. This results in ugly artifacts when running in mode *fast*. When running...
Ryven udates
Hey, I'm currently trying to move towards a pre-release of a new Ryven version (see [Ryven dev](https://github.com/leon-thomm/Ryven/tree/dev)) to integrate a largely reworked [ryvencore](https://github.com/leon-thomm/ryvencore) (docs [here](https://leon-thomm.github.io/ryvencore/)) which I wrote throughout last...
**main**: should generally be working. **dev**: is used for development and is expected to have breaking or incomplete changes. **v\***: used for commits dedicated to specific legacy versions. **publishing pypi...
**Describe the bug** Fetchers such as `fetchzip` rely on `curl` which by default will try to verify SSL certificates. When running behind an intercepting proxy, `curl` must either be run...
Other than shown in the guide, a wrong SHA256 will cause `fetchzip` to fail with a cryptic curl error `default.nix` ```nix let nixpkgs = import {}; in { hello =...
Hi, I noticed `wac compose` will fail if the world of the component I'm instantiating includes a type alias like so ```wit world my-component { type my-alias = u32; export...
I have a CouchDB running behind a public IP on my own server using docker, and it seems to be working fine. After completing the remote configuration (with successful `Check`)...