Results 28 comments of Eytan Manor

Your solution might have potential side effects because you run evaluation on the same scope, I would need more info inorder to tackle that, have an example repo or something

You have a script which has a `document.write(data)` which I suspect was added manually I guess for SEO reasons

I'm just trying to think, because it seems like this behavior might break very easily. What if there's a condition expression? Such as `cond ? a : b`. The order...

@kokokenada Meteor has a messed up environment, for example (if I ain't wrong) you the variable `__dirname` will give you something an unexpected path. Be careful when you deal with...

It should get connected by its own. Why do you need to register the connection manually?

@kokokenada I will check the re-connection thing, and regards the boilerplate, I'ts probably caused due to the separation between the device and the server on the local machine. If configured...

Here are the log files in case of failure, including Xorg.0.log: [entrypoint-fail-stdout.log](https://github.com/ehfd/docker-nvidia-glx-desktop/files/9551238/entrypoint-fail-stdout.log) [pulseaudio-fail-stdout.log](https://github.com/ehfd/docker-nvidia-glx-desktop/files/9551239/pulseaudio-fail-stdout.log) [selkies-gstreamer-fail-stdout.log](https://github.com/ehfd/docker-nvidia-glx-desktop/files/9551240/selkies-gstreamer-fail-stdout.log) [Xorg.0.fail.log](https://github.com/ehfd/docker-nvidia-glx-desktop/files/9551249/Xorg.0.fail.log) And here are the log files in case of success: [entrypoint-stdout.log](https://github.com/ehfd/docker-nvidia-glx-desktop/files/9551253/entrypoint-stdout.log) [pulseaudio-stdout.log](https://github.com/ehfd/docker-nvidia-glx-desktop/files/9551254/pulseaudio-stdout.log) [selkies-gstreamer-stdout.log](https://github.com/ehfd/docker-nvidia-glx-desktop/files/9551255/selkies-gstreamer-stdout.log) [Xorg.0.log](https://github.com/ehfd/docker-nvidia-glx-desktop/files/9551282/Xorg.0.log) Here's...

Thank you! Will update shortly once they get back to me

Hey @ehfd, they're trying to look at it, I've been told that `NVIDIA_DRIVER_CAPABILITIES` is set to `all` by default and that it doesn't seem to be the issue. I will...

We shouldn't use git CLI at all. Everything should be done through the tortilla CLI.