davyzhang
davyzhang
something wrong with my picture indeed, sorry for the issue
Thank you so much for your excellent work! I think its better to post the finding here in case someone meets the same problem. The reason is the tool texturepacker...
if you intend to implement this, there might be a reference editor https://fairygui.com which I used extensively in other projects. It come with custom list/flexible layout/state management/timeline for animation etc....
> Did you by any chance all forget to call `await browser.close()` inside a `finally` block? Because that was my problem, for example. I am pretty sure that's not the...
I temporally use EvaluateScript("$(#id).keydown()") to send key and trigger js functions
Running into this too ```sql PRAGMA foreign_keys=OFF; CREATE TABLE `__new_users` ( `id` text PRIMARY KEY NOT NULL, `email` text NOT NULL, `userName` text, `hashedPassword` text, `emailVerified` integer DEFAULT FALSE NOT...
> Also running into the initial issue, is there any suggested fix? Not that I am aware of, I switched to prisma to work with d1
``` read properties of undefined (reading 'call') at get_first_child (chunk-CWO6IWAX.js?v=9ddc4299:1283:29) at chunk-YCK63UA3.js?v=9ddc4299:146:9 at chunk-ZQUM5PSP.js?v=9ddc4299:230:17 at Root (root.svelte:42:41) ``` reproduce step: 1. create a new sveltekit project 2. npm install tailwindcss@latest...
I find my problem is something cache related because I can access the localhost:5173 without this error. This reminded me that I used cloudflare tunnels to host a local dev...
This is a killer feature !