Kasun Vithanage
Kasun Vithanage
Like tags? people can add tags based on their need like Medicine,Food etc.
Can we integrate twitter bot for this?
Can we implement this online? So no spreadsheet softwares needed
@donnikitos the problem is `__vite_style__` can pollute the global namespace in the case of an IIFE build. I wish there was a simple alternative to inject CSS easily to making...
Agreed, for most this won't be needed. But we are developing an externally loaded application with Svelte. So consumers will add it on their website to lazy load our app(similar...
I came across the same thing. PostgreSQL wiki states that not to use something like `varchar(n)`
@Atinux is it advisable to use `runtimeConfig` instead of `appConfig` for this plugin? I had a discussion with @danielroe in DC about this. We were discussing about having both same...
So then maybe i'll stick into `app.config` as per docs mentioned already ```ts export default defineNuxtConfig({ modules: [ 'nuxt-vue3-google-signin' ], googleSignIn: { clientId: 'CLIENT ID OBTAINED FROM GOOGLE API CONSOLE',...
We will provide a FAQ section soon(even its out of scope of this library, people often needs it anyway)
Cant we use a vite plugin here?