Peter Bittner

Results 524 comments of Peter Bittner
trafficstars

> Another thing I hadn't realised is that behave-django has its own runner: `BehaviorDrivenTestRunner` (which inherits Django's `DiscoverRunner`) > The problem is that Behave at that point will never know...

> Which made me think that's what you wanted to do in the future, not for me to do now. > Overall, I'm confused about which library should handle this...

I have released v1.7.0 on PyPI today. I doubt that it fixes this issue, but please update anyway to give it a try. Feedback is welcome! I'll try to open...

> it is still failing with the recursion error Well, it doesn't seem to. What you linked to reports that you simply have a code formatting issue. The [tests all...

The ellipsis makes sense for me. Maybe decide wether to put a space in front of it or not, uniformly. Other than that ... crystal-clear: The paths in `/nix/store/...` start...

```console $ ls -l /nix/store/ ... -r--r--r-- 2 root root 11K Jan 1 1970 zzn2f12z2xm95y1ms80821nbnsnranbi-dbus-1.drv dr-xr-xr-x 1 root root 16 Jan 1 1970 zznl4r4kbv2ili49zcmfcpz0k0cvpymx-nixos-version -r--r--r-- 1 root root 11K Jan...

> I wonder if this would be a good opportunity to show new roadies how to push a release? Releasing a new version on PyPI is a matter of a...

_**Disclaimer:** I'm not a PDF expert, so please correct me if my ideas don't make sense._ IIUC, the current plan is to come up with a custom file format. Please...

Fair enough! I feel heard and understand the situation. 👍 That also means that, while Rnote might become the premium note taking app, we'll need a separate PDF editor app...

Sounds like a nice addition. Do you want to attempt a PR to add this? It's simple to do. Add a [template tag](https://github.com/jazzband/django-analytical/tree/main/analytical/templatetags) and [tests for your code](https://github.com/jazzband/django-analytical/tree/main/tests/unit). Take one...