Michael Yin

Results 45 comments of Michael Yin

又拍的 API 不支持重命名文件 / 文件夹,这个估计没办法支持。

Running into this as well. I'm trying to implement some scripts to dump current engine state to stack compose files using the API. But when the compose file's version being...

@nohaapav I think I was running into this as well. I setup a new swarm with this and a few apps, then enabled the auto-deploy (I have also added a...

It seems I can't reproduce the case where the "registry" doc is polluted any more, but I still kept running into memory leak. (I added resource limit and healthcheck so...

I'm in a similar situation: I was trying to report the code version from Node.js but found only in `client.javascript.code_version` in documentation which doesn't help on server side. I tried...

Hi, this is a patch to properly handle nested array, with two integration tests added.

ok, it's mergable now! This patch properly handled nested array cases.

Thanks for the suggestion @macek ! But I really feel that there can be a simple rule for the `push` operator to keep track of the context. that is: 1....

hi @staabm , because `parseHTML`'s expected behaviour is to convent an HTML string into an element, not stripping the container element . In other way, not to get `innerHtml`, but...

+1 for this. This also took care of refreshing CSRF-token, which used by jquery-ujs(Rails).