Luis Taniça
Luis Taniça
@mikefisher84 in your `` your `appScheme` is incorrect. Just remove the `exp+` bit. That's only used for deep links.
Thanks to the comments on this ticket I did manage to get the QR code working as desired. The only thing that I couldn't get to work was the deep...
@asurovenko-zeta [Release 1.4.8-rc1](https://github.com/peers/peerjs/releases/tag/v1.4.8-rc.1) seems to include a fix for this. I haven't really tested it, but give it a try. If that works I think we can drop this PR.
@neilyoung take a look at [release 1.4.8-rc.1](https://github.com/peers/peerjs/releases/tag/v1.4.8-rc.1). They seem to have added a fix for this (different than the changes from this PR). Like I said, I opened this PR...
@neilyoung they have? I thought they did something much simpler https://github.com/peers/peerjs/commit/ec1d5ae8436b5265a59ef277e3fa05608f19f1ae Am I missing something?
oh, maybe they just made changes on top of my changes... did't realize that. I agree, I don't think this is the solution, I just didn't know any better. If...
Any traction on this yet? If not, any pointers on how this should be properly implemented? Happy to submit a PR.
Still finding the same issue on Bun v1.0.2. Even thought deleting `bun.lockb` and reinstalling works, it's annoying in my use case. Every time I'm inside my `apps/web` and run `bunx...
@Jarred-Sumner I'm still seeing issues with my monorepo, even after recreating the bun.lockb file. I've made this repo public [here](https://github.com/matallui/issue-bun-workspaces). Just clone it and then: - `bun i` - `cd...