Yeesh you must be a real joy to be around.
Yea im pretty sure flatpak suports bundles that you can install directly, just like an appimage
You talk a confident, condescending game for someone who cant substatiate any of their claims lol.
EDIT: Dear lord after looking through your comments i regret enabling you. Fuck isreal, free palestine, AI is overhyped...
You should! Its a ton of fun, plently of places to play online. Unfortunetly in person play seems to still be recovering post-COVID in a lot of places, so it can be tough to play in person.
Just setup cert-manager for a client at our work thats moving to a Kubernetes cluster. Setup the ACME issuer using DNS Cloudflare challenges, its awesome how simple it is to even get internal hostnames with certs.
I also have a foldable, and forgot how much i missed using Sync because of the foldable support. Got it today and am in love all over again lol
Awesome, thanks for the feedback!
The callbacks not being widely known about was my concern as well, as I had only heard about them when researching a solution for this, lol. I'll probably stick with my solution, and write a page in the documentation describing what they are and how to use them, to hopefully make it clear.
yup! I enjoy their CI stuff more, and its not owned my Microsoft, so thats a plus :)
Plus we use gitlab selfhosted at work, so its just what Im used to.
Oh man, you're right! Whoops. I'll go ahead and add that, lol.
I appreciate that! Glad im not doing anything horribly wrong... I'll have to play around with the init script to see how to make it easier to get the needed functions.
I do have a pertinent question I forgot to ask about in my main post if you have some time, though. I am using SocketIO for their realtime API, and needed to figure out how to pass events received from the socket onto the client that is using the wrapper. I opted for requiring callback functions to be registered for the different events we could receive, that way they can choose what functions they want called when we get the event, but is that the best way to do it? I couldn't think of any other method to pass that event in an async fashion, lol.
Just discovered dataclasses the other day actually, Im using it for OGSCredentials
and am happy with how easy it was, so I will be converting other stuff over to it as well!
Oh interesting, i am not super familar with zfs' tools, so thats pretty cool! Ill have to look at that for my storage array.