Oliver Cooper
Oliver Cooper
Just tried it, and if you hold Ctrl+T on the desktop, then do it again in the crash handler, and do it again in the second crash handler, it terminates...
I've recently installed this after switching to Big Sur which Bartender doesn't support - so far it's been great! I must admit though, even reading the readme I was a...
## 🐛 Bug description The latest npm release uses Amazon Linux 1, as #84 hasn't been published as an npm release. The latest docker images use Amazon Linux 2. As...
**Is your feature request related to a problem? Please describe.** I am needing to implement retry logic for my requests as we're very occasionally encountering 502s on AWS. For most...
**Is your feature request related to a problem? Please describe.** 95% of my queries are only ever on a single index and I've found it a bit difficult/unergonomic to try...
When you open the booking modal by clicking a date on the calendar, let users sort by: - distance - number of slots available
While the data is public isn't not at all obvious at the moment how to actually use the data. It'd be good to create a doc that illustrates how the...
This adds an optional config array to specify host addresses to be used in `gatherCandidates`. Any addresses will be prepended on to the address array and candidates found for it....
This adds an optional callback that can filter whether a STUN request should send a response. For example: ``` const peer = new RTCPeerConnection({ iceInterfaceAddresses: localAddresses, iceFilterStunRequest: (_: Message, addr:...