David Quon

Results 43 comments of David Quon
trafficstars

So I tried these without it working with `items: [entries, entries],`: ``` defaultItems: { "0": item.displayValue, "1": item.displayValue }, defaultItems: [{ "0": item.displayValue , "1": item.displayValue }], defaultItems: [{ "0":...

Correct. I can confirm with these versions: ``` "cordova-wheel-selector-plugin": "^1.1.7", "@ionic-native/wheel-selector": "^5.26.0", ``` using Ionic version `6.10.0` and Cordova version `9.0.0` the documentation here https://ionicframework.com/docs/native/wheel-selector works as expected with regards...

How would you like the typescript typings handled for this project? Something like DefinitelyTyped or something local to this repo or something else? References would be good if a certain...

> That function should be designed to accept the following: use the image source type when all images are the same accept a user defined parameter to select image type...

By the way thanks @skliffmueller as this was the line of code I was looking for and was alluding me. 🍻 https://github.com/brianium/watermarkjs/blob/bb3d021a0ce3eaf5d353daa03de46196e2695b44/lib/canvas/index.js#L8

In case it helps others https://github.com/fruitcake/laravel-cors/issues/477#issuecomment-664709886. I'm using the 2.0 version on the server.

Looks like there is another solution too (at least for my use case) setting `supports_credentials` to `true`. https://github.com/fruitcake/laravel-cors/issues/477#issuecomment-665166972

This is similar to how ours is configured too. https://github.com/fruitcake/laravel-cors/issues/477#issuecomment-662146566 Our routes that use `GET` or `POST` without setting authentication with a `Bearer` token in the header for the `POST`...

In case it helps others https://github.com/fruitcake/laravel-cors/issues/477#issuecomment-664709886. I'm using the 2.0 version on the server.

Thanks @barryvdh as https://github.com/fruitcake/laravel-cors/issues/478#issuecomment-664827785 worked for me. 👏 https://github.com/fruitcake/laravel-cors/issues/477#issuecomment-665166972