Vladimir

Results 16 comments of Vladimir

@riophae Hi. Can you accept this PR please?

@riophae Please take a look at this PR :pray:

@usb248 @sbthemes Take a look, maybe it helps: https://stackoverflow.com/a/34011746/1360402

@rchl How about domains whitelist, which will pass cookies to client? Application backend apis for example.

Any news? Really nice to have.

```js const loadImageAsync = (item, resolve, reject) => { let image = new Image() if (!item || !item.src) { const err = new Error('image src is required') return reject(err) }...

@pi0 can you clarify please, Nuxt 3 have same behavior, or this cookie-proxy is obsolete?

Hi. I use Nuxt too (2.14.6) with SSR. (znck/lazy-hydration 1.0.5) Html from SSR includes all scripts, so lazy-hydration doesn't work.

@mebjas Hello, I found that some iPhones rotate content by 90 degrees, so if we rotate phone, QRcode will be scanned correctly. Can you please implement any option for 90/270...