Eric Guan
Eric Guan
Can't wait for this. I've been "maintaining" my own dark theme and it's becoming unmaintainable, cuz i've no idea how to properly implement and maintain 2 different themes 😩
For some context, I am proactively deleting chunks from indexedDB for reasons (business logic, avoid `QuotaExceededError`, w/e). Here's how I'm doing that now. ```javascript async function deletePieces(torrentId, pieceIndexes = [])...
> how about making just one request instead Agreed. My webseed server can serve a 1MB image in 1 second in 1 request. So why does webtorrent instead make 62...
The websocket tracker could fall back to HTTP and seamlessly switch to the websocket once connected. This would require an http endpoint that handles webrtc signaling. My users take on...
Would be nice to have a slot for the loader, in case the user wants to pass something other than a string, like a loading icon.
I am talking about [isLoadingLabel](https://kevinfaguiar.github.io/vue-twemoji-picker/docs/twemoji-picker-api/#isloadinglabel). But I fail to see how the `twemoji-picker-button` slot allows me to customize the loading text?  I was asking for something like this ```html...
Done. https://jsfiddle.net/k4b56h79/14/ This is related to #743, if i remove the chunkedLoading option, the error disappears.
This library should be tree shakeable, 100%. It's way too big. Especially since most users will only import 1 or a few components. @paulogr @davidmandeeli In the meantime, if you...
Really disappointing development. I remember this guide https://cloud.google.com/kubernetes-engine/docs/how-to/multi-cluster-ingress had a warning that said something like "kubemci will be replaced with a native kubectl command". Whatever happened to that? Now that...
How do I keep the google cert in sync with a wildcard cert stored in a k8s secret? My service went down recently b/c my secret was updated, but the...