Rohan Mukherjee

Results 27 comments of Rohan Mukherjee

@thebongy could you please post the code snippet here?

> A similar issue also linked this go-powered binary version: https://github.com/roerohan/wait-for-it Yep, I had the same issue. I was using the `scratch` container, which doesn't have `bash` in it (which...

@gioamato's answer works perfectly. However, I had faced a similar issue when I was using `scratch` as my base container (so I didn't have bash). I've made a binary executable...

@deiga wait-for-it is a bash script, so it depends on the packages you have installed. If you're looking for a standalone executable, you can check out [wait-for-it](https://github.com/roerohan/wait-for-it) - a binary...

@deiga I'm not sure about how it works on mac, I'm hoping someone else can answer. Also it's been really long so I'm assuming you might have figured it out...

Seems fair, if `noVNC` supports it, this library should as well. Right now, if type-safety isn't a concern, I think you can still pass a raw channell object to the...

@sklymoshenko could you share your thoughts on this? I'll update the source accordingly.

That would be wonderful @gieitlaldywithamy :smile: :tada: I'll assign this issue to you, you can add support for any number of instructions you want and make a PR. However, I...

Alright! I also wanted to bring to your notice that there's no way to handle this error currently since the async task created in the following code snippet isn't returned...

Hi @dvonthenen I'm currently using a workaround where I'm sending the socket messages directly using the `_socket` object. I'll try out the newer version as soon as I get some...