Kevin Cox

Results 308 comments of Kevin Cox

One other note. I tried with default fixed-sized chunking and rabin. The speed was roughly the same in either case.

In my mind it should be a background sync and most things in the app should work offline. (Offline-first if you will.) So probably cache and sync all library metadata...

Oh, we also forgot an important point. When offline metadata changes need to be tracked and applied when you come back online. For example: 1. Add to playlist. 2. Add...

Can you share the configuration you used?

That appears to be creating an ingress for a specific domain rather than for the default-backend. I also don't see where the redirect annotation is being applied in your script.

The annotation is still on an ingress with a specific host though, not the ingress for the default-backend.

See the manifests in the original post. Everything is there. It is using the built-in default service, but I don't think that should even matter because it should never actually...

The case you provided is basically ambiguous anyways. I think the kube Ingress is intended for a single IP per Ingress which ingress-nginx breaks. However in the case where you...

I think a toggle would be an ok solution but definitely not ideal. 1. If I get a notification about these rooms I want them to be easy to find...

> One thing I'm curious about is addressing how to set your profile data before joining a room IIUC this is a client issue. The client is the one that...