Anders Nylund

Results 1 issues of Anders Nylund

The following functions caused me problems: ``` const toCursorHash = string => Buffer.from(string).toString('base64'); const fromCursorHash = string => (Buffer.from(string, 'base64').toString('utf-8'); ``` Apparently the createdAt object passed to `toCursorHash()` was not...

bug
Windows