Chulki Lee

Results 89 comments of Chulki Lee

I think it's reasonable to add ssl_verify_fun as *optional* dependency, if SSL is being used by myxql *explicitly* (e.g. `ssl: true`) However.. what about CA? There are certifi and castore....

Thanks a lot for the feedback! You're absolutely correct that it needs more documentation. Before working more on that I'd like to make sure it's the right direction 😉 I...

Thanks for the info - yeah I appreciate this project patches dependencies to support Windows 7 as needed. As Windows 7 support is ended, I also see it's challenging to...

Made several changes due to ip6 address etc. ``` ruby config.hostmanager.ip_resolver = proc do |vm, resolving_vm| if hostname = (vm.ssh_info && vm.ssh_info[:host]) `vagrant ssh -c "/sbin/ifconfig eth1" | grep "inet...

See also #115 for another implication from using `Time#strptime` for `Date#strptime`.

This is very cumbersome - we may put a component rewriting the path in front of service, but it would be ideal if cloudflared can do this. This would be...

I'm not super clear how Bayeux / Cometd / Faye relate to each other.. [Faye](https://faye.jcoglan.com/architecture.html) says: > Faye is based on the Bayeux protocol, and is compatible with the reference...

@MrDoops I'm on the same boat :) I'm not using Salesforce streaming api, but even so I'm not sure I want to implement it if there is no good library...

@fullstackpiyush no, it's not implemented. I'm not using this feature, so I don't have a plan to work on it - please feel free to take a look and create...

I'm using 1.0.9 and it works fine