John Pataki

Results 9 comments of John Pataki

+1 Any thought to creating a server-wide/multi-service configuration file (like a docker-compose.yml file) that can be used to setup the various containers that should be updated with docker-hook? Then if...

Actually, I realized that a better solution might be to let docker-hook monitor a single port and let the command script that is called handle the various projects specific detail...

@thorstenkampe Did you find a resolution to this? I see the same problem.

Any progress on this? This is a blocker when using `has_many through` with a key that is not `id`. Is there a method somewhere that can be monkey patched until...

I found the logs, see below. Doesn't seem like the logs depict anything about why the titanium extension is stuck. Not sure what is going on here ... could it...

I managed to resolve this hang by downgrading node.js from 18 (18.11.0) back to 16 (16.18.0) (which was getting suggested by titanium sdk) and restarting vscode. It is interesting that...

@ewanharris I currently have 11.1.1.GA "selected" and in the project I am working on it is 11.1.0.GA and I believe it was set a few days ago as well. I...

Correcting a previous comment where a patch put in place appeared to have solved the problem by adding `connect if @connectin.nil?` into the ensure block of `isolation_level` however after further...