Leon Thomm

Results 5 issues of 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...

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...

bug
documentation

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 =...