Mark Volkmann
Mark Volkmann
@Louis-Tian You are correct that my code does not attempt to use `unsafe`. That is happening somewhere in the library code.
It seems that if I type ":w" and wait two seconds before pressing the return key, this does not happen. So I suspect it is a timing issue related to...
Yes, works great for me also! Can the docs be changed to no longer say that the "async" option is experimental? My use case is to query a database to...
I get the same result when I run it using `swiftformat --disable spaceInsideComments .`
Thanks Nick!
That is the same as `bun dev` and gives the same error.
Yes, I did. You can see step-by-step what I did in the "File-based Routing" section of my blog page at https://mvolkmann.github.io/blog/topics/#/blog/hono/.
Is there a reason why my approach is expected to fail?
Thank! Now when I start my server I get "import.meta.glob" is not a function. I think that's related to Bun. Have you seen this error?
It appears I can fix this by adding this line: ```lua lurker.postswap = function(file) love.load() end ``` But shouldn't this be the default behavior?