Peter Bittner

Results 580 comments of Peter Bittner

I opened PR #233 to unblock all PRs that are currently blocked by our outdated CI setup. Closing this PR as obsolete/outdated. Feel free to reopen or reuse or suggest...

The error originally reported seems to have gone away with #294 now merged. There's still another issue now, though: ```python $ nix run github:qwersyk/Newelle /nix/store/jswlxh1msn1qnkj75f372ph0128vlf4n-gvfs-1.57.2/lib/gvfs/libgvfscommon.so: undefined symbol: g_variant_builder_init_static Failed to...

True. Sorry if I came over harsh, I didn't mean to. While inspecting the error message above I figured that a Nix anti-pattern happens in the code. `` So, while...

> > You should use this from nixpkgs > > That version is over two months old ... and not only. The plugins (that I tried) don't work, because the...

I would like to reopen this issue in the light of dropping Python 2 support. As discussed [in various places](https://github.com/behave/behave/discussions/1030) on this issue tracker, a new release should drop Python...

> I would also like an non-prerelease but including the merged PR [#1210](https://github.com/behave/behave/pull/1210) please :-) That would certainly be included, but really, pre-releases don't make a lot of sense here....

That's all fine. The point is that [Git can manage file permissions](https://stackoverflow.com/questions/40978921/how-to-add-chmod-permissions-to-file-in-git). This way executable files under version control get the correct permissions directly, no need to ensure this in...

Related: #123, validator/validator#1287

Not entirely true. First, PyPI is an infrastructure to allow you to install Python software with Python mechanics. This is, `pip install ...` instead of `apt install ...` or `snap...

The two PRs #207 and #208 are low-hanging fruit, and they don't require Python code to be changed. For the actual packaging it will be necessary to refactor the Python...