Larry Zhao

Results 7 issues of Larry Zhao

Thanks @djones for the example on how to use Grape on Goliath. But I found that this example could not autoload modified files in development mode. And I tried a...

- Add `custom_certificates` in the initialization options of `Etcdv3` - Pass down `custom_certificates` down to `Connection` to initialize Channel - Noway to test the instance of `GRPC::Core::ChannlCertificates` since the certs...

I am using `ssdb-dump` to create a backup for my SSDB instance. But I find out that it makes SSDB server takes like 40% more disk space while `ssdb-dump` is...

After I logged in successfully against `rubycas-server`, I got this error: ``` Started GET "/users/sign_in" for 127.0.0.1 at 2012-09-18 23:48:03 +0800 Processing by Devise::CasSessionsController#new as HTML Redirected to http://cas.mydomain.com/login?service=http%3A%2F%2F127.0.0.1%3A3000%2Fusers%2Fservice Completed...

`ssdb-server-1.8.1.exe -d conf\master.conf` 似乎不能在后台启动进程

Thanks a lot for providing this gem. It helps so much for integrating rails log and logstasher. I am also using Grape on top of Rails for API, this part...

Thanks @dblock for the example on how to use Grape on Goliath. But I found that this example could not autoload modified files in development mode. And I tried a...

bug