Dominic Scheirlinck
Dominic Scheirlinck
Hmm, this is probably https://github.com/folbricht/desync/issues/139 under the hood, thinking about it. I am using `--tar-add-root`, as shown above, but I guess it's a similar problem maybe one level up from...
I've put together a minimal test case and my notes on getting a tar format that works at https://github.com/dominics/desync-tar-requirements - and https://github.com/dominics/desync-tar-requirements#example-output shows two files lists, one working and one...
> why don't you use just terraform state commands directly? We still get a lot of mileage out of: - having the migration commands specified in a nice format that's...
> I think maybe it was accidentally working?? Looking more and more like that the more times I stare at that template iteration logic. > Does any of that make...
Yeah, I think that might be reading it wrong. To me, it looks like: * The `proxy_set_header` fix is still in place, but only protects reverse-proxied downstream services, not e.g....
The splat operator ("argument unpacking") is helpful. The only remaining annoyance is the `$options` array, because you can't use positional arguments after argument unpacking. So, I end up doing something...
I've asked for clarification as to whether this is expected upstream at: https://github.com/antirez/disque/issues/201 Note that this breaks any assumption that HELLO will always return at least one valid node (it...
This might not be such a problem because: - revealNodeFromHello will defer to an existing node instance - if you directly connect to the node with no host in the...
@mariano Can you add #43 to the 3.0 roadmap?
We should also look at the wisdom of calling `feof()` on a socket in any case. Why are we doing that? - From what I've seen/read, `feof()` can return true...