Roee

Results 7 comments of Roee

**Build failed with the following versions:** Xcode - 10.3 qrscanner - 3.0.1 Cordova - 9.0.0 ([email protected]) **Fixed in config.xml using:** `` **The Error:** ```/path/platforms/ios/HelloCordova/Plugins/cordova-plugin-qrscanner/QRScanner.swift:483:16: warning: unnecessary check for 'iOS'; enclosing...

> @RoeelCohen have you tried using [.extraHeaders](https://nuclearace.github.io/Socket.IO-Client-Swift/Enums/SocketIOClientOption.html#/s:8SocketIO0A14IOClientOptionO12extraHeadersyACSDyS2SGcACmF)? @nuclearace Yeah. `.extraHeaders` will add the token to the headers object, i.e. `handshake.headers.token` which by guessing - might be more appropriate than the...

Not necessarily, I think I could've added the token anywhere I wanted to. It's just weird that the handshake has a built in key for the token but we don't...

Until this feature will become live an option is to use this module which can transform callbacks into Promises and vice versa https://www.npmjs.com/package/catering

Seems like it's not possible: [check this closed issue](https://github.com/felixhageloh/uebersicht/issues/356) I do wonder if we can use [onmouseenter](https://developer.mozilla.org/en-US/docs/Web/API/Element/mouseenter_event) event

Nope sorry. I ended up using connect scripts instead if I recall correctly On Mon, 22 Aug 2022 at 02:17, Krish Moran ***@***.***> wrote: > Hey did you have any...

I would love to know as well. Here's what I got so far: I started a simple react app using vite cli. I followed with installing vite-plugin-chrome-extension and updated the...