Haider Ali

Results 16 issues of Haider Ali

Postgres is constatnly in `running` state ``` =====> clippost_db postgres service information Config dir: /var/lib/dokku/services/postgres/clippost_db/data Config options: Data dir: /var/lib/dokku/services/postgres/clippost_db/data Dsn: postgres://postgres:5e864d922777139cfad4ad29c52cbd20@dokku-postgres-clippost-db:5432/clippost_db Exposed ports: - Id: 6978fec18661d80586eed441c33ba0a7a43d6cd80e8d4e810104673df22f81b7 Internal ip: Links:...

Stripe webhook call `POST /stripe/events` resulting in crash ``` NoMethodError (undefined method `data' for []:Array): path/ruby/2.3.0/gems/stripe-rails-1.9.1/app/models/stripe/event_dispatch.rb:6:in `block in dispatch_stripe_event' path/ruby/2.3.0/gems/stripe-rails-1.9.1/app/models/stripe/event_dispatch.rb:23:in `retrieve_stripe_event' path/ruby/2.3.0/gems/stripe-rails-1.9.1/app/models/stripe/event_dispatch.rb:5:in `dispatch_stripe_event' path/ruby/2.3.0/gems/stripe-rails-1.9.1/app/controllers/stripe/events_controller.rb:7:in `create' path/ruby/2.3.0/gems/actionpack-4.2.7.1/lib/action_controller/metal/implicit_render.rb:4:in `send_action' path/ruby/2.3.0/gems/actionpack-4.2.7.1/lib/abstract_controller/base.rb:198:in `process_action' path/ruby/2.3.0/gems/actionpack-4.2.7.1/lib/action_controller/metal/rendering.rb:10:in...

On Android, I have sent `buttonColor="transparent"` but It always shows a pentagon like background. Is there any way I can make the icon completely transparent Note: Transparent background works perfect...

**Describe the bug** `error: Error: Unable to resolve module '@fortawesome/fontawesome-svg-core' from 'node_modules/@fortawesome/react-native-fontawesome/dist/components/FontAwesomeIcon.js': @fortawesome/fontawesome-svg-core could not be found within the project. ` **Desktop (please complete the following information):** - `"react-native": "0.62.2"`...

#### Expected behavior vs actual behavior ## Expected Behavior ``` -- create_table("comments", {:force=>:cascade}) -> 0.0066s -- create_table("posts", {:force=>:cascade}) -> 0.0029s -- create_table("users", {:force=>:cascade}) -> 0.0017s Warming up -------------------------------------- ams 2.000...

Using `webmock` with `youtube-dl` gem I found out that disable internet connection isn't working. After some debugging, I found that `youtube-dl gem is using the command line library to make...

when i run following command `rails g letsrate user` it give this error /home/office/.rvm/gems/ruby-2.2.1@speaker-replay/gems/letsrate-1.0.9/lib/generators/letsrate/letsrate_generator.rb:37:in `create_migration': wrong number of arguments (3 for 0) (ArgumentError) from /home/office/.rvm/gems/ruby-2.2.1@speaker-replay/gems/railties-4.2.0/lib/rails/generators/migration.rb:63:in`migration_template' from /home/office/.rvm/gems/ruby-2.2.1@speaker-replay/gems/letsrate-1.0.9/lib/generators/letsrate/letsrate_generator.rb:33:in `create_cacheable_migration' from /home/office/.rvm/gems/ruby-2.2.1@speaker-replay/gems/thor-0.19.1/lib/thor/command.rb:27:in`run'...

It look like Jquery-corn didn't support make combination of days i.e. every 10 minute or every 30 minute etc. Can we achieve this ? Thanks

I got the following error PHP Warning: fclose() expects parameter 1 to be resource, null given in ../XMPPHP/XMPPHP/XMLStream.php on line 405 1439899498 [VERBOSE]: Error on stream_select() Any solution ?

I am looking to trim a video by selecting a start time and end time, can I achieve this functionality with media player? Thanks