galaczi

Results 8 comments of galaczi

Looks like the issue is `returns site_private.site_user`, which `site_anonymous` cannot access. If I clone that type to the public schema and set the return type to that one, the error...

I also tried with the example provided in the repo and got **hCaptcha solved incorrectly, please try again**. Code: ``` // Require puppeteer extra and puppeteer stealth const puppeteer =...

This works too: ` winston.add(new winston.transports.File({ filename: 'logfile.log' }));`

Wow I didn't expect to go down this rabbit hole when I opened the Tiptap setup page. Honestly it looks much easier to just use vanilla JS. It's like a...

https://github.com/vuejs/vue-cli/issues/5947 Downgrading solved it for me.

I would like to see this feature too.

Here you go: ![image](https://github.com/themesberg/flowbite-svelte/assets/34242243/14614ccc-68ed-466b-ba5f-3c874ea7e54c) This is not devtools highlighting etc. It's the focus-visible state on the modal container.

1. Both Windows and Linux 2. Yes ![image](https://github.com/themesberg/flowbite-svelte/assets/34242243/6afd94dd-310b-4a16-ba07-113be3d067b7) Steps to reproduce: Click on modal container in dev tools Click on :hov button to show states Click on :focus-visible For some...