Carlo Taleon

Results 28 comments of Carlo Taleon

> Using svelte as well ``` "@sveltejs/kit": "^1.20.4", "svelte": "^4.0.5", "unplugin-icons": "^0.16.5", ``` I used MrSunshyne's https://github.com/antfu/unplugin-icons/issues/128#issuecomment-991863940 solution over here but with svelte instead. Works great! ```diff { "extends": "./.svelte-kit/tsconfig.json",...

Hi @Nacho114 I actually was able to do it on SvelteKit. Here was my solution: https://github.com/unplugin/unplugin-icons/issues/128#issuecomment-1675830394 Also prepped a [CodeSandbox for you here](https://codesandbox.io/p/sandbox/peaceful-volhard-hptjlp?file=%2Fsvelte.config.js%3A7%2C17). While checking it, here are a few...

I'll try recreating your case on a Sandbox with: - 'app.d.ts' - Installing the whole '@iconify-json' - and virtual icons import But for now feel free to look at the...

@leoj3n > `onMount` is deprecated in favor of `$effect` in 5, but I'm not sure about `onNavigate`. I wonder if this still holds true? I know these docs are subject-to-change...

🟢 `cd frontend && pnpm install [email protected]`. Fixes this for me as well. But it's a work-around. I don't know for sure what I need from the newer Vite 5...

> Spent some time understanding [vite.hmr](https://vitejs.dev/config/server-options.html#server-hmr) @j-bullard Godsent solution this one. Thank you! I'll try it out now. EDIT: ✅ Confirmed, the solution works! Great job, man!

### 😃 Fixed! Apparently, the solution on the article was right. But for some reason, when I edit on Colab and save, it doesn't actually get saved. So I had...

Also noticed when I have environment variables that need to be accessed via `Bun.env.*`, it doesn't work. You have to either use dotenv, because the script has to run on...

> I just added a "key" property on the component and made the "key" value a rendering dependency. As we know, react rerenders the component and gets the initial props...

Ah you're right. I didn't notice it but yeah, the **Recent** connections don't show the password. Here's also the error in the dev tools: ![image](https://github.com/beekeeper-studio/beekeeper-studio/assets/38070918/08526596-b014-464e-a557-41d811fc8efb) But yeah it does hang...