Matías Surdi

Results 6 comments of Matías Surdi

I had the same problem. What fixed it for me was: sudo kextutil /Library/Filesystems/osxfuse.fs/Contents/Extensions/10.16/osxfuse.kext Then I was asked to reboot, after the reboot it started to work again.

@thibault That discussion seems to be about associating html files with the django-html file type. Even after doing that, there is still no formatter for django templates. I've been looking...

I'm having troubles with the default formatter, like inserting spaces inside quoted strings, etc. But after looking further into this, I think the problem might have to be related to...

> I think the server is restarting because the frontend codebase is in TypeScript and the same `tsconfig.json` is used for both the backend and the frontend. Thefore, when AdonisJS...

Hi! I'm just trying to do it using instead a Stimulus controller (so that it also works on partials/turbo/frames/etc) and so far seems to be working fine: ``` import {...

Just found this issue. In case it helps somebody else, here's my workaround until the underlying problem is resolved: ```JavaScript import useKeyLib from "react-use/lib/useKey.js"; const useKey = useKeyLib.default; ```