Muhammad Ubaid Raza

Results 111 comments of Muhammad Ubaid Raza

Just to clarify, I am using `pnpm`, but installing `@supabase/gotrue-js` does not solve this issue.

~Looks like sending message from popup to all pages (`content-script`) is not supported by this library. As `sendMessage` always expects id to be specified as `content-script@id`~ Chrome also limits sending...

> I found in such context that the portId has the format `option.[frameId]`, which can't be parsed by function parseEndpoint correctly. > > `internal.ts` line: 104: > > ```ts >...

Looks like right now, you have to send message to parent and then forward this message to background js.

I have added auto-update feature, pull request 71. https://github.com/gfranko/jquery.tocify.js/pull/71

> @mubaidr In my case error is always undefined, but request is 200. Do you have the same? The issue is about types not result. Result is fine.

Confirmed: ```bash ------------------------------ - Operating System: Windows_NT - Node Version: v20.12.2 - Nuxt Version: 3.11.2 - CLI Version: 3.11.1 - Nitro Version: 2.9.6 - Package Manager: [email protected] - Builder: -...

![Screenshot_20240205_133721](https://github.com/selemondev/vscode-preview-docs/assets/2222702/039251a9-a7ce-438f-814a-daa198951ff3) Confirmed!

> Including `node_modules\vite-plugin-vue-devtools\src\overlay\devtools-overlay.css` fixed this issue for me, everything seems to be working now but it sure took some trial and error (I'm using https://crxjs.dev/vite-plugin) Thank you, this solved it...

Agree with the `tsx` usage, minimal and in place replacement just works fine.