Terin Stock

Results 127 comments of Terin Stock

#### c-for-go vorbis.yml ``` processing vorbis.yml ⠋[ERR] /data/data/com.termux/files/usr/include/stdint.h:33:10: include file not found: stddef.h. Search paths: /usr/include /data/data/com.termux/files/usr/include /data/data/com.termux/files/home/go/src/github.com/xlab/vorbis-go /usr/include /data/data/com.termux/files/usr/include /data/data/com.termux/files/home/go/src/github.com/xlab/vorbis-go (and 3 more errors) ``` #### `--ccincl` _included above_...

I'd suspect most users who are using this seriously would be vendoring dependencies. The downside is you haven't tagged any releases, so they're using "master" and not semver.

I wouldn't recommend gopkn, because of how it messes with import paths. Just use git tags and tools like dep and glide will use it without any extra work. On...

Ditto for `responseType = 'blob'`. Should `setResponseBody` allow a compatible non-string argument if in one of the other modes?

> Can you detail this? Do not understand what you mean. If the responseType is set to something other than "text" or "", it would be nice if we could...

I have a similar use case where I need to build up an in-memory allocation map after being nominated as leader, but before running the reconcile loop. Is there an...

I should have a CLA on file. https://github.com/golang/go/blob/b83610699a4ea7da22a146c0eefe0ae4d5ac4610/AUTHORS#L1333

I took a look at this today, and based on the error message and strace of the crio service, it looks to me like this is failing here, while looking...

It seems the key handles for the Solo 1 USB-A keys are longer than 256 bytes, which was preventing me from logging into GitHub in Firefox (GitHub uses WebAuthn's `allowedCredentials`...

I'd have a Solo Key on my account across many services and across many devices for months without issue. I switched to Firefox, and I suddenly couldn't log into GitHub...