Bart Spaans

Results 14 comments of Bart Spaans

Nice one! Unfortunately I don't have time this week to do a proper review, but will pick it up early next week. Thanks!

Thanks for reporting and yes, this seems to be an caching issue. It should invalidate all the yaml, json, describe, etc. keys on write, but doesn't. I'll pick this up.

Looks like you need to install https://osxfuse.github.io/

Not sure, probably some library path issue? I'm not on Mac anymore so can't help you much I'm afraid, but I think I had it working using fuse installed through...

Oh actually, just read the error more closely: you are using Python3 and this is Python2 code unfortunately.

Yes indeed. I like the simplicity of having a single logs file, but maybe we could add extra folders or files when there is more than one container in the...

Yeah, the project is a bit light on docs. I think what could be useful is to have a short tutorial with code samples to talk a bit more on...

Not sure if this is such a great idea. You would also need to enable input mappings and whatnot... starts to defeat the purpose of the provider a bit perhaps?...

Found a similar issue here, but for Python. Not sure if we can fix this: http://mingw.5.n7.nabble.com/Msys-recognizes-shebang-python-does-not-td28527.html @eshepelyuk have you tried WSL? :)

WSL = Windows Subsystem for Linux. I hear it works :) What you describe is what's already happening (but using `sh` instead of `bash`); see https://github.com/ankyra/escape-core/blob/master/exec_stage.go#L127