Michael Einreinhof

Results 9 comments of Michael Einreinhof

I also have slow downs on Halo CE USA vers 2 while on steam deck. On some cut scenes, frames would drop to 15, then while playing on the PoA...

From what I have been learning with k3s traefik, we should not need to change the the service to loadbalancer for pihole. It should remain on clusterip. There is something...

@avendretter I have figured it out for k3s traefik ingress. This is the basic values.yml to get it working. ``` --- ingress: enabled: true adminPassword: admin ``` Then edit your...

yeah would love this as a collection. With simple docs, module and parameters. Then add examples etc.

Hell, I'd join in but do not know how to do this. Learning experience for me.

Can use this as a base. [pfsensible.core](https://github.com/opoplawski/ansible-pfsense) I have not looked deep into it but im sure the api is not too different, some refactoring. Also started [this repo](https://github.com/alteredtech/community.opnsense) for...

I was able to resolve this issue by using version 3.2.1 in my homebrew resources and manually told pipenv to pin this version for dropbox as it required >=2. ```...

I think part of the issue is that there is just "empty" code with `...` ``` let eventLoopGroup: EventLoopGroup = ... defer { try! eventLoopGroup.syncShutdown() } let pools = EventLoopGroupConnectionPool(...