Kirill Enykeev
Kirill Enykeev
Nope, doesn't persist through reboot with this guide. I was thinking it might be related to the file having quarantine xattr, but nope, wgeting the file anew doesn't help either.
The reason it is owned by root is that we didn't chown in properly in our packs and that's about it. As to st2packs group, at the moment we don't...
> opening PR against any other branch of st2-packages repo will use st2 master code (fallback) Not really. As of https://github.com/StackStorm/st2-packages/commit/86a4a43dec0db8d8815ab1cfdd226dab26bdb6dc, it depends on the point you're branching from. Any...
Yes and no. We got all the data we need to suggest\validate the criteria. The problems are a) users rarely add the info for the second level of payload so...
The problem with that feature is the fact that server time (started) might be very different from client time (current) and in some cases we may end up with a...
Then what should we do when the action was executed by another user on another machine or automatically in response to a trigger? I guess we can try to approximate...
I'm unable to reproduce the problem. Can you please give more details on the browser you're using and the contents of the web console when that happens? Could it potentially...
Frankly, I have no idea either. There is a long standing issue (https://github.com/nodejs/node/issues/3692) related to OpenSSL throwing EPROTO on some combinations of servers and openssl, but I surely don't have...
@um255 @psogani is there a chance that you have some sort of proxy in between the machine you're running `sls` on and our index? **upd** btw, sorry for the delay,...
@psogani found a similar issue in the repo of http library we're using: https://github.com/axios/axios/issues/925 Is your corporate proxy installed system-wide or are you feeding `sls` some ENV variables to make...