He

Results 6 issues of He

Hi, Thank you for amazing work and also for merging [my latest PR](https://github.com/agateblue/django-dynamic-preferences/pull/253)! I have a few questions regarding tests and flake8: - What's the current process for running tests?...

apiUrl set to '/' causes requests to be routed to http://auth/sign_in ``` $authProvider.configure( apiUrl: '/' ) ``` If apiUrl is set to '' then requests are routed to http://hostname/auth/sign_in. I...

Hi, It would be nice to have bins based on hostname and URL. For instance, I have web service _myws.com_ which has method _echo_. I also have a client which...

Hi, First of all, thank you very much for the great gem that really simplifies Solr searching. Great job! I found that scoping by a mix of `nil` and other...

Hello, Are there plans on developing native Ruby Kinesis Client Library? Having the Java library running Ruby code when you have a simple Rails application is very far from optimal....

Also removed redundant code from rb_trie_has_children (I realized that if the trie is traversed, there must be children below the search prefix). Bumped version to 0.5.2.