gsexton

Results 22 comments of gsexton

@cooperlees Let's review the "truth table" for the case: ```python mystring='abc' mystring.find("a") (False) mystring.find("d") (True) mystring.find('b') (True) ``` The only case where found/not-found have different outcomes is when the string...

This looks a lot like the Google Play Verification API. The rest of the story to complete the steps are: ``` decryptedJWT:=string(bytes) fmt.Println(decryptedJWT) fmt.Println("Calling ParseSigned") jws, err := jose.ParseSigned(decryptedJWT) if...

Along the same lines, I opened this issue. https://github.com/periph/devices/issues/17 Direct Register Access for MCP23xxx

@jensenja and @sbengo It would be more helpful if the Cisco Catalyst sample content remotely resembled the current software. It just doesn't. As an example, basic metrics shows "Indexed" :...

I was able get rid of the 404. I ran the npm run build:prod again, and that seemed to fix that. I noticed the public dir was missing. I certainly...

OK, I think I've made some headway. In the measurements field, I needed to set the Get Mode to indexed. I can now see entries populating in influxdb. Hopefully, I...

Closing this because https://github.com/periph/host/pull/59 resolves it.

@maruel I've looked over the linked ticket, but don't understand what's yet to be done. If you could give me some idea of what's needed, I could give it a...

@maruel I've been working on this using the v2 IOCTL calls. I've got single-pin working, and I'll work on a multi-pin implementation. Now that I know what I'm doing, it...

Dylan, can you do anything to fix the CLA Not signed. I'm at my wit's end on it. I've fixed my back-end so it won't happen again. If you could...