Blake Miner
Blake Miner
@euskode - I agree. I'll leave this issue open, but I probably won't have much time to work on this in the near future. I will accept pull requests, though....
This has been clarified a bit in the documentation, but I still have to talk with someone from Twilio to get an official response. For now, users wondering about this...
Just like @devongovett suggested, I was thinking about adding a CLI option that explicitly sets the project root, although I have an inexplicable inkling that this solution might be fraught...
@devongovett - Agreed. Portability across machines could be compromised a bit if one could specify arbitrary folders to watch. Although playing devil's advocate, this at least allows users to do...
@DisposaBoy - Sorry, I'm confused. Will this issue get fixed in an upcoming release of GoSublime?
Is there a PR already for this?
See related #340 I confirmed that checking in frontend assets and using go:embed works during `go get`. Cool!
If I'm understanding this correctly, you are considering removing NatsRequest entirely and just sending the `type` and `includeDel` options over the wire as a list of points (using the point...
The way [the auth spec](https://github.com/simpleiot/simpleiot/blob/master/docs/adr/2-authz.md) is currently designed basically uses JWT tokens to restrict how NATS clients can publish and subscribe to various subjects. Anonymous NATS clients can only publish...
I think that, in general, echo would be desired. What do you think? EDIT: In other words, perhaps it is something each NATS client should deal with.