Lars Buur

Results 18 comments of Lars Buur

I was struggling with this one as well. For future readers and maybe @farconada the problem is that client/client.js where setMetaData is defined requires that the token is set before...

Post the contents of the files you are importing.

Any reason why this pull has stalled. Seems like a reasonable fix.

Thanks for the feedback! A simple suggestion would be: ``` let zoomFactor = 1.5; QRScanner.setZoom(zoomFactor, function(err, status){ err && console.error(err); console.log(status); }); ``` And this would not break backwards compatibility....

If the design of canZoom is using values between 0 and 1 to set the zoom then 0 would mean not zoomed (default) and 1 meaning max zoomed. canZoom makes...

maybe a JSON file in the root (shared between the two) and then let´s collect keys. I have one: ``` '*://*.itnext.io/*', ```

Sure - I am unsure how many exist. It would make sense to try to get a complete list first.

Many legacy systems still uses Microsoft SQL Server. I too would very much like Kysely support. I will try to see how far I get with @rexpan´s attempt above

You might want to update the list above @hamatoyogi the Partytown usage of https://adchitects.co/ seems to have stopped. I guess they tried and failed as many others trying to get...

Given we are removing stripe most people will need a way to do some form of gathering customer info and maybe using a different payment gateway. Besides currency we should...