lovetheguitar

Results 15 comments of lovetheguitar

We are also following this PR very closely. Would make lots of things a lot more maintainable here. Thanks for all your work @ekondayan! It is greatly appreciated. 😺

> ### Still facing this in 2020 with Ubuntu 20.x , and want to install `ruby 2.3.x` using rvm? > #### Follow these steps: > > * Open your terminal...

> I used the max_retries provisioners option instead of calling windows-update provisioner plugin multiple times in a row. But it does not help. I'm using OpenSSH instead of WinRM and...

Just found that this would probably speed up poetry's dependency resolution https://python-poetry.org/docs/faq#why-is-the-dependency-resolution-process-slow. If implemented, it would be beneficial if something like `requires_dist`, `platform`, `summary` and other "required" attributes are added...

Yes please, we experience the same issue. As a side note, anything related to mDNS does not seem to be supported on wired connections as well sadly. Thanks a lot.

Just wanted to mention this plugin https://github.com/google/semantic-release-replace-plugin. Maybe commitizen could incorporate some of the behavior and features from there.

To reduce pytest's memory consumption we currently settled for below approach. Maybe it helps someone. Feedback/improvements welcome. ```python def pytest_runtest_logreport(report: pytest.TestReport) -> None: """Drop captured logs of successful test phases...

I'm using pdoc only via command line and would like to keep it that way very much. I have code like this: ```python try: from msl import loadlib for dll_name...

Then I'd have to set and unset this variable any time I wanted to see/build the documentation or use the application/run tests on it. I was thinking about something similar...

Would you be open to a PR adding that functionality, correctly setting & unsetting such an environment variable, and documenting it?