njfox

Results 25 comments of njfox

Hey @betobrandao, I'm trying to build your fork of Gitrob with this patch for an engagement but I'm getting the following error: ``` $ go get github.com/betobrandao/gitrob # github.com/betobrandao/gitrob /home/nick/go/src/github.com/betobrandao/gitrob/main.go:68:16:...

Thanks @tmatias, that worked. The patch also seems to have worked for fetching private organization repositories.

> Good idea @Peneheals, @njfox what do you think? I also think that's a good idea, and it shouldn't be too difficult to implement. I can look at adding the...

@DarkFenX think this is related to https://github.com/pyfa-org/Pyfa/issues/2391? I stumbled upon the upstream thread when investigating the Pyfa crashes on Arch Linux/Python 3.10 and the root cause seems the same.

@Majora320 have you been able to make any progress on this?

> But isn't it possible to have python ~3.7 as a dependency for the package, and then creating a venv using the packages that pyfa specifically needs in requirementss.txt? Is...

> This boggles my mind, I've always been of the opinion that things like venv were the recommended way so as to avoid compatibility issues like this where the system...

I was able to work around the pvpn-cli.log by setting the log level to CRITICAL, but it looks like connection.py [depends on the output from the openvpn log](https://github.com/ProtonVPN/linux-cli/blob/master/protonvpn_cli/connection.py#L471) to do...

I'm assuming this would need to be a `-git` package for Arch since protonvpn-cli isn't currently using a release system, correct?

[This library](https://pypi.org/project/keyring/) looks simple and would support a wide range of platforms, ~although embedding Python within the pvpn bash script was called out as an anti-pattern in a Reddit thread...