Jacob Michael Lee

Results 32 comments of Jacob Michael Lee

Have you tried giving it an absolute path? ``` go port, err := options.Open("/dev/cu.usbmodem14131") ```

I haven't used this library in a while. I remember that it has issues with emulated devices from our last conversation (see closed issues). The underlying library has probably been...

Looks like the v5 has been adopted: https://github.com/msgpack/msgpack/blob/master/spec.md

I'm building in support for the new spec in a feature branch: https://github.com/mikepb/node-msgpack/tree/feature/msgpack-ng It's a work in progress. The `pack()` method is slower than before, but more closely follows the...

Is the Docker container’s clock in sync? Verification depends on accurate time keeping. > On Feb 16, 2017, at 6:38 AM, Roger Studner wrote: > > So, total voodoo. >...

https://en.wikipedia.org/wiki/Network_Time_Protocol > On Apr 30, 2018, at 3:10 AM, kamal0808 wrote: > > Is the Docker container’s clock in sync? > In sync with what? @mikepb > — > You...

The time step needs to be provided to both totp() and totp.verify(). See https://github.com/speakeasyjs/speakeasy/blob/master/index.js#L286 > On Feb 25, 2017, at 9:08 PM, Saikat Chakrabortty wrote: > > Hi, I want...

You have different values for window in the two functions. Please review the documentation carefully; let us know if we can make it clearer how to use the library. >...

The time option overrides the TOTP expiry algorithm. The token you generated is valid at 00:05 on 1 January 1970. > On Apr 16, 2017, at 11:17 PM, Shamoncushbu wrote:...