Cistus Creticus
Cistus Creticus
> The border seems to come from browser defatult style for button (you didn't define border style, only border-radius). I don't know if it looks ok in every browser. It...
I found that by removing all the spaces between the StartExpression( `{` ) and the TextToken it compiles successfully. ```astro {[1,2,3,4,5,6,7,8,9].filter((_, index) => index ( {n} )) } ``` Strange...
Will [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) meet your needs?
需要添加 api mock 吗,比如 [msw](https://mswjs.io/)
关于目标平台, IE11 和国产移动端浏览器( UC, 百度 , QQ 这些 )需要考虑兼容吗
>  建议在直接在真机上调试,模拟器的架构是 x86_64, vnn 只支持 armeabi-v7a 或者 arm64-v8a
In my opinion, `pacquet` is similar to `pnpm` in its use case - it is meant for cli usage rather than programmatically calling APIs. So the current solution may already...
> One potential downside to this is that we'd end up having two browserslist implementations (and associated data) in the binary since swc already uses browserslist-rs too. Was there any...
Considering that swc is the upstream repository for many projects, even minor changes can benefit many downstreams.
> Will this not just result in us publishing dev builds because the artifacts are not built during the `publish` job but during the `build` job where the `ROLLUP_RELEASE` variable...