Wallace

Results 29 comments of Wallace

It also works with `client.containers.create` with a simple replacement of `container` by `container.id` in the call of `start`: ```py client = docker.from_env() container = client.containers.create(...) dockerpty.start(client.api, container.id) ```

Used to use Brightness for around a year. I need to set the brightness and contrast to 100% to match that on Macbook. It worked fine. Until recently I found...

I've created an ember-twiddle as a demo for this: https://ember-twiddle.com/8f01f4387e8189188b1fcfe6b92fdd58 The "jump" occurs almost every time when I drag items upward. Versions: * [email protected] * [email protected] * [email protected]

I have encounter the same error when using [another unrelated project from CreateJS](https://github.com/CreateJS/EaselJS). The example link by @orif-jr above only shows error in Google Chrome 66 on Windows, but not...

> I see. Yep, that's unfortunate. I'll try to allocate some time to dig into a possible solution I am having the same issue on v2.3.5. The problem seems gone...

@koppen By Redmine's default `Setting.sys_api_enabled` is `false`. Thus this update breaks the plugin for user running with default settings, until they enable the `sys_api_enabled` and generate an API key. I...

> Would it make sense to simply check for the existence of the API key and only verify it if it is present? Yes, this do provide flexibility for those...

I am downloading A-GPS with huami-token because I use Notify & Fitness for Amazfit as replacement for Zepp/Mi Fit. Haven't use Mi Fit since first set up of my watch,...

@argrento I'm in Hong Kong. Tried combinations of (api-mifit-us2, api-mifit-de2, api-mifit-cn2) and (com.huami.midong, com.xiaomi.hm.health, api-mifit.huami.com) but all gave the same error. At last it worked when I try `https://api-mifit.huami.com/apps/com.huami.midong/fileTypes/{pack_name}/files` (removed...

@JuneZhao 你的命令少了挂载ocserv目录的参数吧:`-v ~/ocserv-docker/ocserv:/etc/ocserv`。 `~/ocserv-docker`是git clone回来的。