Lukas Vanagas

Results 132 comments of Lukas Vanagas

Actually I noticed exact same symptoms and the issue (stale content) on pages, not Content Scripts. I am wondering if there is a way to directly influence parcel config and...

I've been secretly wondering that someone will write one using https://bun.sh/docs/bundler :) Plasmo uses Parcel 2.

Unfortunately Louis is very busy with his project so bumping won't do much. Perhaps if we could find an expert with JS/Parcel we could organize a contribution to debug it....

I also would like to ask what this means: ```js window.relay = { description: 'Message from content script in main world', tryRelay: async () => { let result = await...

I learned that I had CS script in the MAiN world set to `run_at: 'document_start'`. Apparently this would cause nothing to happen including no errors. Removing this completely made it...

You could try appealing to the Google store or try extracting translation strings to a dedicated file

I'm trying this https://github.com/PlasmoHQ/plasmo/pull/1012 any thoughts @augusdin @hocgin ?

Given Nuxt 3 now provides several options for static site generation, it is pretty safe to assume that Gridsome will sunset. It was a wonderful work nevertheless!

To be completely honest, after I played with both I figured that `` is essentially an alternative rather than a base. The only problem is that one cannot control where...