Peter Bittner
Peter Bittner
@jenisys Can you pin this issue in the list, so that people come to a single place when they ask for a new release?
Behave pre-release [v1.2.7.dev4](https://github.com/behave/behave/releases/tag/v1.2.7.dev4) was released last week. :rocket: You can install it off GitHub like this: ```console pip install behave@git+http://github.com/behave/[email protected] ``` or, with TOML support (to read configuration settings from...
The tests for Python 3.6 fail, because the VMs for GHA don't ship unsupported Python versions anymore. Depends on #227.
Do you want to try a pull request, so we can discuss and verify the feature hands-on?
> we maybe want to do something a little more magic like `--cyclonedx=.{xml,json}` I like that proposal. Doesn't seem too magical to me, just needs to be explained explicitly in...
@jenisys FWICS none of the two implementation handles the [`sys.pycache_prefix`](https://docs.python.org/3/library/sys.html#sys.pycache_prefix) path value. The "normal" cleanup is already handled by PyClean. Said that, I not sure whether cleaning up a directory...
Thank you so much for the valuable feedback! Can you share which Linux distribution you're running and which is your version of GNOME (e.g. `lsb_release -a` and/or Desktop > *Settings*...
> Can you share which Linux distribution you're running Oh, it's in the title: Manjaro 23.1.0, I apologize! GNOME version might still be interesting. ### Note to self Just for...
Thanks @javadr for keeping the development information updated! I'll try to get around fixing the issue after Christmas or New Year. Thank you for your patience!
I managed to install gedit 46.1 [from flathub](https://flathub.org/apps/org.gnome.gedit), but I can't get it to detect and load the plugin. Neither of the directories as of the [installation instructions](https://github.com/bittner/gedit-reST-plugin/blob/main/README.rst#installation) in the...