Daniel Root

Results 16 comments of Daniel Root

I just ran into an issue with this as well. Attempting to do await twilioClient.messages.create({...}); resulted in hung code. My workaround was just to abandon the client as all I...

+1 for this. setDrawingOptions should honor {marker:false}. It looks like the most likely place to fix would be https://github.com/Leaflet/Leaflet.draw/blob/master/src/draw/handler/Draw.Feature.js line 83 by removing or disabling if options === false and...

Ran into this just now and was stumped. Thanks to @saxx I was able to do this to resolve for now: ``` brew install libsass cp /opt/homebrew/Cellar/libsass/3.6.5/lib/libsass.dylib ./bin/Debug/net6.0/libsass.dylib ``` I'll...

Same question as @CodeWithOz - Stripe.js give a warning that HTTPS is required for production use. Since the ionic app is running on ionic:// or http://localhost or capacitor:// , my...

For now we've settled on in-app-browser and a page on the website that uses Stripe.js. We style the page so that it fits with the mobile app and handle payment...

... or [Capacitor In App Browser](https://capacitor.ionicframework.com/docs/apis/browser) if you're using Capacitor.

I got the same error and was able to get this a little further by running sass and tsc to generate the necessary files. After doing this, the report is...

Also seeing similar. It is a pretty large 10M swagger.json and all the UIs and validators I've tried choke on it. Not sure if it's just the size or some...

...sorry, just realized there were other PRs for same thing out there.

I'm seeing similar - Sql Azure throws 'User 'dbo' does not have permission to run DBBC TRACEON' even if running with a sa account. Here is a non-insert query that...