Dai Jie
Dai Jie
Same issue, the test passed when `aot` is disabled, failed when enabled. ```typescript import { describe, expect, it } from 'bun:test'; import Elysia from "elysia"; import { cors } from...
Also encounter this problem. `enablePointerEvents` works as a workaround.
Maybe [the documentation](https://bun.sh/docs/bundler/fullstack#using-tailwindcss-in-html-routes) needs more details; I have no idea what a Bun plugin is without this topic.
Congratulations on being acquired by Anthropic, but any updates?
I configured two roles, web and worker, both using the same image. The web role deploys normally, but the worker role shows the error "container not ready after 30 seconds...
Great suggestion! Would love to see someone open a pull request. If no one gets to it, I’ll try to take a look and implement it when I have some...
> I might be able to help here if you can guide me regarding how to achieve this! > > I am guessing something like > > ``` > import...
> [#13](https://github.com/shiny/adonis-resque/pull/13) resolves his issue There are still a few issues. - If we go with automatic glob patterns, it will inevitably require introducing an extra package. - Also, node...
> [@shiny](https://github.com/shiny) what are your suggestion here? Should we introduce `fast-glob` or restrict the user to add a relative path to the directory? I think your previous code is suitable...
Appreciate the pull request! I’ll check it out later.