Geoff Flarity
Geoff Flarity
Hi, Thanks for writing this. I've running into a issue that regardless of g.Cursor being false, I always see a cursor at the end of the last line printed. Even...
Looks like exemplar just works with plain HTTP right now. However normal mode of operation will likely be with TLS (and mutual TLS specifically). So seems like the exemplar should...
```For now, the client is implemented for server-side use with node using the request library.``` Just curious. Aside from the use of the request library, are there any other major...
I might be misunderstanding something but I think there's at least one error in the HTOP.verify doc: window - The allowable margin for the counter. The function will check -...
totp.verify docs are wrong, says the default window is 6 but it relies on hotp.verify which has a default window of 50.
This fixes the script for me on ubuntu.
There's a "bug" on this page: https://knative.dev/docs/getting-started/quickstart-install/ `kn quickstart kind` will fail because registry is not created by default anymore. Documentation fix: ` kn quickstart kind --registry`. Looks like there's...
Can't build :(
It's possible to reset stats in memcache by sending 'stats reset\r\n'. This works with your client but the response wasn't being checked for and as result callbacks weren't firing afterwards....
I believe I've found a bug with the Qemu/KVM stuff. I'm running Ubuntu VMs and I can reliably get a VM to 'lock up' during boot. Albeit the one that...