Neil Gupta

Results 8 comments of Neil Gupta

There seems to be a problem with the net/http library in Ruby 2.0+ related to decompressing gzipped headers. The fastest fix is to just use RestClient instead. In case you're...

If you check your Gemfile.lock, do you see the cleverbot-api gem properly loaded from my github fork? If yes, my first guess would be this is a configuration problem with...

I don't have a harmony hub yet, but was browsing this thread while trying to decide whether I should order one so take my help with a grain of salt......

It has nothing to do with number of hubs running. The problem is that the underlying `harmonyhubjs-discover` library keeps making multiple connections to the hub, which has an internal hard-coded...

Hmm interesting. I've never seen anyone write 7.15pm but I can believe that people do. I'm open to supporting it if you can fix the root cause for the failing...

This is a great idea, but implementing repeating events would require a big refactor and not something I have planned for now. Implementing repeating events can be tricky without knowing...

Hi @roeniss, that's a good point! This is a tough one. Sherlock does support 24-hour time when it's not ambiguous. For example `interview Mon 14:00` works as expected. However, when...

This would be fixed by merging https://github.com/DylanVann/react-native-fast-image/pull/842 or bumping SDWebImage to the latest @DylanVann