Results 12 comments of Ryan Bonnell

The latest MetaZ beta still appears broken when adding files on High Sierra. I'm using the most current beta from Github and the latest version of macOS: > MetaZ 1.0.beta-35...

Absolutely. Here's the relevant part of the log file when I drag a file onto the app icon in the Dock. $ tail -f ~/Library/Logs/MetaZ.log ``` 2018-01-06 12:52:49.837 MetaZ[17082:2403753] Deprecated...

I truncated the log file for brevity. Here's the full contents of the log file: ``` 2018-01-06 13:53:13.953 MetaZ[18814:2495822] Deprecated Binding Warning: 'data' binding of class PosterView is deprecated. You...

I did some independent testing of my own, and it appears that by **deleting the MetaZ preferences and downloading the latest beta release _works around the problem in High Sierra_**....

I wasn't aware of the Docker network utility module within Kumo, so I appreciate you bringing it to my attention. In fact, having more closely examined the Docker setups in...

When I issue a cURL request from the `kumod` container, it shows a successful connection to the `tsa` container: ``` root@kumod:/# curl http://tsa:8008/get_config_v1/shaping.toml # Generated by tsa-daemon # Number of...

Additionally, using the `validate-shaping` tool for testing the syntax of the included `shaping.toml` file(s) showing a valid configuration: ``` root@kumod:# /opt/kumomta/sbin/validate-shaping /opt/kumomta/etc/policy/shaping.toml INFO: approx memory used = 4.4 KiB OK...

I did some experimenting to further diagnose the problem and found that Docker Compose would inconsistently set the starting order of the containers, even when using the `depends_on` attribute: ```yaml...

Since others may unexpectedly run into this issue, would you consider a pull request to add a healthcheck to the TSA service in this `single-node-docker` example? From reading discussions in...

I added the healthcheck to the `single-node-docker` example in #363