Results 37 comments of Matt Good

I'm currently working on setting things up with Rosetta as described, but maybe I'll get a chance to come back to this later. Some Apple docs that are likely to...

(making note of a few more findings) It looks like it's not just `variadic`, but some of the necessary code is in `objc/call_amd64.*` and `objc/msg_amd64.go` for initializing the procedures calls...

In #52 I've added code that could be used to reimplement `Send` based on `NSInvocation` in a cross-platform way (just based on CGo code and the Obj-C runtime). This would...

There's no set timeline for this. For now your best bet is still to install an `amd64` Go build and run with Rosetta. I'm working on the generator, which will...

I just saw a post about Logentries, which is a commercial monitoring provider, and they released a Docker container combining those outputs for their platform: https://logentries.com/logentries-launches-all-inclusive-monitoring-of-docker-environments-using-advanced-logging-container/ Their code is written...

@raychaser yeah, if you're testing with a "real" app with a non-trival startup time you may not see the race condition, but something like `echo foo; sleep 1; echo bar`,...

@packetcollision this is an expected side-effect of the `none` driver. It's intended to use when you don't want Docker to store your logs and plan to handle logging yourself (e.g....

I ran into similar issues since I want to use select2 elsewhere on the page, but found that the JSONEditor select2 support didn't populate enum fields that were provided by...

Thanks. I think this should stop at `r.path` instead of going all the way to up to `/` to ensure that registrator doesn't accidentally delete parent directories of the path...

Thanks yes, I see that DeleteDir will not allow deleting non-empty directories, so that should be ok. I agree that it would usually be harmless to delete empty parent directories,...