Eberhard Beilharz

Results 108 comments of Eberhard Beilharz

A better name for the current behavior of "publish" might be "share", i.e. `git flow feature share` pushes the current feature branch to origin so that others can join in...

@FlyOverNight Did you take a look at https://docs.microsoft.com/en-us/visualstudio/liveshare/reference/linux#tips-by-distribution? It doesn't mention Kubuntu 22.04, but older Kubuntu versions require the installation of `gnome-keyring` and `desktop-file-utils` so I wouldn't be surprised if...

Installing [libssl1.1](https://packages.ubuntu.com/focal/libssl1.1) worked for me on Ubuntu 22.04.

Getting the same error (Ubuntu 20.04). The Developer Tools showed an error for live share, something like that it can't find Asp.Net 3.1.14, while 3.1.16 is installed: ``` $ dotnet...

Same bug occurs with Python 3.9.10 (on Debian/Ubuntu).

See also the bug in requests-cache: https://github.com/reclosedev/requests-cache/issues/501

> Hi, any timeline to fix this issue for python 3.10.2? Thanks This is fixed in requests-cache 0.9.1

Yes, this bug is still present in 5.8.3. I don't have permission to re-open this issue. I created a tiny repo with two branches, `master` and `feature/nuget` and a PR...