suchcodemuchwow
Explore posts from serversPD🧩 Plasmo Developers
•Created by suchcodemuchwow on 7/16/2023 in #👾extension
Local Storage Item does not show up in service worker dev tools ?
🫡 🤗 Thanks a lot
23 replies
PD🧩 Plasmo Developers
•Created by suchcodemuchwow on 7/16/2023 in #👾extension
Local Storage Item does not show up in service worker dev tools ?
I haven't found any info about this in docs or even in examples
23 replies
PD🧩 Plasmo Developers
•Created by suchcodemuchwow on 7/16/2023 in #👾extension
Local Storage Item does not show up in service worker dev tools ?
I can open a pr for docs
23 replies
PD🧩 Plasmo Developers
•Created by suchcodemuchwow on 7/16/2023 in #👾extension
Local Storage Item does not show up in service worker dev tools ?
Now it's clear
23 replies
PD🧩 Plasmo Developers
•Created by suchcodemuchwow on 7/16/2023 in #👾extension
Local Storage Item does not show up in service worker dev tools ?
Ohhh thanks a lot
23 replies
PD🧩 Plasmo Developers
•Created by suchcodemuchwow on 7/16/2023 in #👾extension
Local Storage Item does not show up in service worker dev tools ?
Ohhh I see
23 replies
PD🧩 Plasmo Developers
•Created by suchcodemuchwow on 7/16/2023 in #👾extension
Local Storage Item does not show up in service worker dev tools ?
You mean useStorage( first, second) right ? I couldn't find any other example or docs about it do you know any that you can redirect me ?
23 replies
PD🧩 Plasmo Developers
•Created by suchcodemuchwow on 7/16/2023 in #👾extension
Local Storage Item does not show up in service worker dev tools ?
I'm new to the discord not sure if you have seen my reply @louisgv sorry if I'm disturbing 😅
23 replies
PD🧩 Plasmo Developers
•Created by suchcodemuchwow on 7/16/2023 in #👾extension
Local Storage Item does not show up in service worker dev tools ?
Ohh thanks a lot ❤️ I was going to update here because I figured that out just now ❤️
If you don't mind me asking, I am experiencing something pretty weird:
Which logs this out:
I guess there is some type of race condition happening here because first logged value "Z3ltFdYKVwk6BGzDt5JTC" is changing every time I refresh the page but second value is coming from actual store. Do you have some suggestion to prevent this behaviour ?
My usecase is:
I want to generate random id when user opens the extension then use that lifespan of the extension basically.
23 replies
PD🧩 Plasmo Developers
•Created by suchcodemuchwow on 7/16/2023 in #👾extension
Local Storage Item does not show up in service worker dev tools ?
This is the background script I have:
23 replies
Does kysely convert Table names lowercase when it's building a query ?
As far as I can see from the docs https://kysely-org.github.io/kysely/interfaces/CamelCasePluginOptions.html there is no configuration option for keeping table name as it's but camelcasing the column names. Is there a way I can achieve this ?
4 replies