Alexandre Stahmer

Results 85 comments of Alexandre Stahmer

> I still have this problem, and I'm importing as the default. > > Edit: _Only_ for invisible recaptcha. Visible recaptcha works perfectly. Invisible recaptcha, calls to `current.executeAsync()` vanish into...

Agreed, this seems necessary. Temporary fix on my side is to add a 2s delay server-side before closing the ws if the auth isn't valid.

this worked for me (while keeping `"type": "module"` in `package.json`) : - renaming my `theme.ts` to `theme.cts` - change the theme import path in my App (from `import { appTheme...

hey, amazing work so far on the editor, congratz ! I do have one little issue, kinda related to this one I guess: I liked the concise lines format on...

I was also wondering how to do that for the web platform ! I figured it might already be possible using something like https://sql.js.org/#/?id=write-a-database-to-the-disk ? but idk if we can...

Encountered this error initially, idk if this is expected behavior or not ![Screenshot 2022-09-29 at 12 19 50](https://user-images.githubusercontent.com/47224540/193006609-06b1dfe9-9d7f-4935-b3fc-b80892b7046a.png) But it looks good after a page refresh ! ![Screenshot 2022-09-29 at...

is the `useQuery` naming definitive ? the name clash with [react-query](https://tanstack.com/query/v4/docs/overview) is a bit unfortunate since we can use kikko queries with react-query (for caching/invalidating mostly I guess)

I went with [`useDbQuery`](https://github.com/astahmer/vite-kikko-models/blob/main/src/db-client.ts#L52) if that helps

(originally posted in discord but it will get lost quickly if not already) I ended up also needing the shorthands map (to fix https://github.com/TheMightyPenguin/dessert-box/issues/20), should I submit another PR or...

Thanks, that solved the initial issue ! Getting another error now. ```sh curl -fsSL \ > https://raw.githubusercontent.com/swarmlet/swarmlet/v0.1.5/install |\ > bash -s INSTALL_BRANCH=v0.1.5 =====> Installing Swarmlet -----> Installing required packages ----->...