Chris Laplante

Results 10 comments of Chris Laplante

As @fwang and I discussed on Slack, what I was really looking for was just the ability to add an Alexa skill as the trigger for a lambda, not actually...

Would also be useful to support / document Alexa smart home integration as well. Here's how Serverless Framework does it: https://github.com/serverless/serverless/blob/main/lib/plugins/aws/package/compile/events/alexa-smart-home.js. Basically the same as above, just with different principal...

Setting the Lambda is something the skill developer does in the Alexa Developer Console, which is separate from the AWS Console. On Tue, Jun 7, 2022 at 10:22 PM Frank...

I don't think it's just your laptop: https://github.com/rust-windowing/glutin/issues/1034 It happens to me too on a modern-ish 2018 HP ZBook 15 G4 laptop.

For context, I'm trying to implement what is described here under "Color Ranges": https://physicspython.wordpress.com/2020/03/04/visualizing-the-mandelbrot-set-using-opengl-part-2/.

> Agreed, I'll look into if `ACCESS_COURSE_LOCATION` would be sufficient. Thanks for pointing that out! Here's some info that may be helpful for Bluetooth permissions. From https://developer.android.com/guide/topics/connectivity/bluetooth/permissions: > Note: If...

> @BluestormDNA we do plan to add checks to confirm that permissions and location services are in a state that is usable by Kable (and throw if not), so this...

@googlebot I signed it!

I found it - try running the 'list' command. Should definitely also support 'help' though.

> It's `run_on_days` not `run_weekly_on_days`. Maybe it used to be, but not anymore. It's `run_weekly_on_days`: https://github.com/Tivix/django-cron/blob/master/django_cron/core.py#L22