Michael Hertig

Results 43 comments of Michael Hertig

There is some code in egpu-switcher already to fight potential race conditions. It may be possible to fix your issue by extending the amount of detection retries on system bootup...

> Hi hertg Thx for your reply, i tried doing what you suggested with values as high as 64 but the behavior did not change at all for me. Hmm,...

I'd be open to add OpenRC support sometime, but I am not familiar with it at all. If you could test the example configuration you posted and update it if...

> I'm afraid i dont know anything about thunderbolt since i use expresscard Thanks a lot for pointing that out, I wasn't actually aware that people might use the script...

With the recent rewrite, I took this issue into consideration and tried to abstract away anything `systemd` related behind an [interface](https://github.com/hertg/egpu-switcher/blob/022fcc4b7e4d451d144fad86b4829158b76b3c53/internal/service/interface.go). So implementing this might be pretty straightforward. But since...

Have you only executed the `config` command? You should run `egpu-switcher setup` rather than `egpu-switcher config`. The config command only configures egpu-switcher (ie. saves your inputs), only the setup command...

@MattIPv4 Thanks for your work on the event, and thank you for your response, it clarified a lot of things for me. I've added some thoughts on your response below....

@lnicola > So it looks like counting merged PRs in repositories without the topic is now off the table Please read the second bullet-point you cited again, it literally says...

@lnicola Yes, your edited comment makes sense now :) Based on MattIPv4's answer above, Hacktoberfest is opt-in now, and it won't change back to opt-out, at least not for this...

We were experiencing this problem in some on-premise installations where there are reverse proxy servers in front of our own managed nginx instance. Has anyone who struggled with this issue...