Chad McElligott

Results 56 comments of Chad McElligott

Not sure if this is the same error or different than what i'm seeing: ![image](https://user-images.githubusercontent.com/309219/78169222-ab48d100-7416-11ea-8b1f-6a3b6c14fcf4.png) Seems like the same issue to me, though. I'm on WebStorm 2020.1 Beta if I...

Same issue with YTMDesktop version: 1.13.0 OS: Mac OS OS version: Big Sur 11.0.1 Arch: x64 Installation way: homebrew When I press my play/pause key on my keyboard, Apple Music...

running this PR locally, I'm able to use my Airpods pro to control playback, which I was previously having trouble with. So, thank you 💯

is this something you'd accept a PR to add?

Failing test for this issue https://github.com/sheerun/knex-migrate/compare/master...chadxz:failing-test-%2318?expand=1 Given this project is knex bindings + cli on top of umzug, not sure if the change should go here or there. Will keep...

knex-migrate pretty much just calls out to umzug with the name of the migration specified in `--only %migration%`. In umzug they explicitly check for the migration to be pending and...

Related Umzug issue: https://github.com/sequelize/umzug/issues/167

probably related to this function? https://github.com/asterisk/node-ari-client/blob/master/lib/utils.js#L26

I dug into the Asterisk source code a bit to understand this more for reference, the API endpoint of this method is `PUT /endpoints/{tech}/{resource}/sendMessage` in [ast_ari_endpoints_send_message_to_endpoint_cb() of res/res_ari_endpoints.c](https://code.asterisk.org/code/browse/asterisk/res/res_ari_endpoints.c?hb=true#to355), we are...

Inside the version of the swagger-client that we are using (v2.0.26), there is [some code](https://github.com/swagger-api/swagger-js/blob/v2.0.26/lib/swagger.js#L854) that prevents a request from having a query parameter named `body`, which is what this...