James

Results 416 comments of James

Okay, thanks! I've merged 2/3 of the commits via cherry-pick to git master. The submodules one should be changed I guess, but not sure why the trailing slashes are being...

On Wed, Sep 28, 2016 at 6:02 PM, Felix Frank [email protected] wrote: > FWIW, without data passing, this could really only store HTTP responses to files. In this case, it...

@ChrisMcKenzie Am particularly excited. Feel free to push a non-compiling WIP branch in case you want me to look at something early.

@ChrisMcKenzie What do you think about: > It should probably support long-polling to watch. As a backup: > It could use the Poll metaparam.

Since I did some reading of the HTTP libs recently, I thought I should mention that this should probably look at `*Modified-Since` headers perhaps.

Extra note: We might even consider that a `reverse_preserve` metaparam (or similarly named) per resource would specify if by default it should survive new code deploys or not. Of course...

@iamzhout We don't currently have a resource for this, but we are happy to add one or get a patch for it. It's easy to get/set values. The real question...

Apparently `sysctl` writes to `/proc/`. A simple strace should probably show exactly where. Apparently this has been ported to `kernfs` some sort of new kernel fs that proc now sits...

@sushsada Awesome (btw what's this error: `sudo: unable to resolve host local`) In any case a sysctl resource would be great... Are there upstream docs or an API where we...

@sushsada > This doesn't seem like it should affect this mgmt resource right? I wouldn't worry about it for now. I bet it's just sudo being sudo. > My golang...