Results 60 comments of Dimi Kot

Понятно. Ну, значит, нужно экспериментировать и разбираться, простой заменой версии не обойтись. Там же накладываются 5 факторов: кодировка виндовой консоли, кодировка перла (что бы это ни означало), кодировка rsync-а, кодировка...

Тут вот какая история: для realsync-а нужны модули из Win32, чтобы сворачиваться в трей (справа внизу маленькая иконка), издавать бибиканье и т.д. Я подозреваю, что в cygwin-овском perl этих модулей...

...если, кстати, их никак нельзя задействовать, но perl хочется все-таки cygwin-овский, а не от ActiveState, то можно все упомянутые Win32-функции, наверное, реализовать в виде отдельного exe-шника, который в фоновом режиме...

Так может быть, важен порядок этих директив? Если load наверху, а user внизу, то и правда не должно переопределиться... On Thu, Jan 18, 2018 at 05:25 Vitaly Voskobovich wrote: >...

I suppose you should improve the serializer (and possibly deserializer at the caller side) around the whole { result: result, console: console } construction, not around the result only! I...

@ianstormtaylor I believe the behavior mentioned above is actually a bugreport. Just prepared a failing test case for it independently, and then found the current issue reported: ``` it.only('masking succeeds...

@ianstormtaylor - I've just fixed it and submitted a PR here: https://github.com/ianstormtaylor/superstruct/pull/1196

@ctalledo Thanks! Try using the following compose.yml, I think it's self-sufficient: ```yml services: ci-storage: image: ghcr.io/dimikot/ci-storage:main ports: - 26022:22 environment: - TZ volumes: - ci-storage-mnt:/mnt volumes: ci-storage-mnt: external: false ```...

@petere BTW in this fast-fail usecase, mentioning "server_login_retry" in "server login has been failing, try again later (server_login_retry)" error message is a little misleading. If I understand the code and...

@petere > Isn't this supposed to be the behavior of the existing fast-fail check? > Is this different from what you want? I think it IS different, yes. I just...