Prashant Chaudhari
Prashant Chaudhari
Any fix for this? I am facing similar issue after adding ```babel-polyfill``` and running it inside docker.
Any update here? We are using spacialdb/fcm gem in our JRuby app which internally uses HTTParty. We are facing issues related to multi threading there.
@TheSmartnik I am using [FCM](https://github.com/spacialdb/fcm) which uses HTTParty internally. It modifies the base_uri to different values while making HTTP calls. With multi threaded applications, this doesn't work obviously. [Code](https://github.com/spacialdb/fcm/blob/ed087e1c74b8a7f55d086d99b125bdea9494bdb5/lib/fcm.rb#L207)
@TheSmartnik Will give this a try. I was also thinking of using [Faraday](https://github.com/lostisland/faraday) in FCM instead of HTTParty. The use cases there are very limited and Faraday supports JRuby.
Any update here? I love this library and can't wait to see its 2.0.
This works for me: Note: I use [MomentJS](https://momentjs.com/) for date manipulations. ``` var minDate = moment(new Date()); var $datetimepicker = $('input.datetimepicker'); $datetimepicker.datetimepicker({ formatTime:'h:i a', format: 'd/m/Y h:i a', step: 15,...
#58 https://github.com/baschtl/devise-token_authenticatable/pull/58