Phil Nash

Results 164 comments of Phil Nash

Hello, I actually had to update that SW code recently (turned out the caches API didn't like storing 206 responses), so I'd check the latest from here: https://github.com/philnash/philna.sh/blob/master/sw.js#L49-L100.

@jassent I think it should be something like `c:\Users\xxx.twilio-cli\plugins\plugin-assets\config.json`.

@rmcsharry You can use the regular Twilio CLI to remove a service via the `twilio api:serverless:v1:services:remove` command.

Hey, I've released a beta version as I wanted to test with my own project that uses this. You can currently get [5.0.0-beta.2](https://www.npmjs.com/package/ngrok). Let me know how you get on...

I will work on fixing the issue that I'm seeing and will make a call based on that. I'm glad that you haven't had any issues with this version. You...

There's not a quick way that I know of, you have to write the feature. Check this article on [adding screensharing to a Twilio Video application](https://www.twilio.com/blog/screen-sharing-javascript-twilio-programmable-video) which should give you...

I think it still reports coverage on test files too. That’s something that’s been in the back of my mind, as it should not do that, but it’s something the...

Hmmm... or maybe we need a way to cancel an order with a specific message. This would be more useful generally.

Ah, this was more on behalf of the barista. If there was a way to cancel with a specific message rather than the generic one, then the cancellation experience would...

Rather than cross correlate, why not include a "complete" property to an order that can be used to filter across from the regular orders panel to a completed panel?