Mark Schmid
Mark Schmid
Following up on your last comment in https://github.com/tywkeene/go-fsevents/issues/16, here's what I mean: 1. I'm running your example [handlers.go](https://github.com/tywkeene/go-fsevents/blob/master/examples/handlers/handlers.go) 1:1 2. I'm creating a subdirectory in the watched directory 3. I...
Shouldn't this method use ```StartAnonymous()```? Currently it's using an API-Key and I always run into a 401 without further information. Checking the API manually (with a REST client) it seems...
For example see the PatchUser method: ``` // PatchUser // Updates, via PATCH, the user with the given Id. // string userId The Id of the user to update. //...
This looks great and seems to work with user and pw, but when the next card code needs to be entered, the container exits. What to do? Any help appreciated!...
I've started using this library and I like it. I need a mechanism to support multiple languages (as in i18n/localization). I've done some initial googling but have not found pointers...