Eoghan

Results 10 comments of Eoghan

Hi there, I don't think the `get` method actually accepts anything other than a string currently. A good future feature would be to allow it to accept a list object...

Hi there, I have no solution for you, but I can say that Xero has no `Contract` field/attribute. Perhaps you mean `Contact`? Also the invoice object has no attribute post...

Sent to the email address listed on your profile.

I hate to dig up an old issue, but since it's open. I've attempted to enable full message logging with ```js srf.set('api logger', '/tmp/messages.log'); ``` But I have not seen...

In your deployment.yml add `hostNetwork: true`, under `spec.template.spec`. Please note you will most likely want a dedicated node type for your TURN server then.

Hi @cedricve, my advice would be that you should first try to run this in Docker or Docker Compose on an EC2 (or whatever you use yourself) and see if...

@oguzbilgic Here's a pull request to fix this issue [#5](https://github.com/oguzbilgic/socketio/pull/5)

@rodaine would it be possible to get this PR caught up and merged? I am happy to take it on if @punnie is unable. This functionality would be beneficial in...

@tavianator HomeBrew has binary packages available but not for @mcint's version of macOS. I believe that Sierra is considered EOL.

I can replicate this also. When I can tail the logs of the migrate job when it runs and can see that it does run. ``` helm install oncall oncall...