Sander Pick

Results 94 comments of Sander Pick

It's because location updates are paused by the OS. I opened a PR which lets you listen for that event. https://github.com/SocialObjects-Software/SOMotionDetector/pull/26

You could also be missing deps in your `go.mod` file that are imported in the file that contains the target interface. I was just bit by that... but `go mod...

Did anyone ever start a Go port? If not, I may start one. We need a CRDT-backed _EventCodec_ implementation in [go-theads](https://github.com/textileio/go-threads). Currently, we just have a [JSON Patch codec](https://github.com/textileio/go-threads/blob/master/jsonpatcher/jsonpatcher.go#L45), which...

Cool, thanks @Gozala. I'll ping Gonçalo.

> And did you also point figma to look there for fonts? ![Screenshot from 2022-03-22 22-17-09edit](https://user-images.githubusercontent.com/69827203/159652628-b8ec55ad-893a-4ba8-8620-c181d0a8d2fd.png) > silly question, where do you access this settings page?

Thanks @Stebalien, this would be great! We are thoroughly abusing multiaddresses in `go-threads` to represent not only a thread but _collections_ and _instances_ in a database layer, e.g., ``` /thread//dogs/...

> If we stick with the recursive definition, we could "bind" a "token" variable to the token value: > > ``` > /let/token/VALUE/thread/bafk7wyub5byqrryei4wbb7smmwqhiiuyhikyxu36o5rq4vixnwkwhia > ``` > > Alternatively, `tt-token` could...

Hi @Stebalien, is this work still on your radar?

could we check `errors.Is(err, ErrConnClosing)` and just bail when `true`?

Cool, I thought that since it was capitalized it was exported. Anyway, sgtm!