Filippo Valsorda
Filippo Valsorda
Printing hourly.summary or a visualization of hourly.data[].precipProbability would tell us if it's going to rain this evening, or if there's hope to go on a stroll in Central Park later.
Netlify offers managed DNS for arbitrary zones. There is an API, although the docs and Go client support are pending in a PR: netlify/open-api#207
On OS X the arm build only works with ``` COMMON_CONFIG += CFLAGS="-fbracket-depth=512" CXXFLAGS="-fbracket-depth=512" ``` Can you add this by default? There's a bug in LLVM for this: https://llvm.org/bugs/show_bug.cgi?id=19650
Firmware version 2.0.2.0 has now rolled out to my device, and unfortunately I didn't rollback the webui_invincibility patch before updating, assuming it would just overwrite everything. Now the UI for...
The -new-key command generates a new key in one of the numbered "retired" slots with a certificate with CN="SSH key". The -touch-policy, -pin-policy, and -key-type flags control the respective aspects...
We should have binary packages for Linux that install a user systemd unit.
During setup, we should offer to generate a random PIN that will be stored in the Keychain, making the YubiKey a machine-tied one.
It's possible to annotate lines so that they are treated as different line numbers in stack traces (panics, ...) and logs (test output, ...) https://golang.org/cmd/gc/
I was glad to find type definitions for the protocol, but I don't see a way to use them with puppeteer's [`CDPSession.send`](https://github.com/GoogleChrome/puppeteer/blob/af0bd15d88854dd8afcf258daea95eb0e91d1e45/docs/api.md#class-cdpsession). Unless I'm missing something (which is entirely possible),...
- [ ] use `uint64` instead of `uint1` and drop addcarryxU64 and subborrowxU64 wrappers - [ ] use `:=` instead of `var` declarations ``` var x25 uint64 var x26 uint64...