Arniu Tseng

Results 22 comments of Arniu Tseng

Shall we deprecate `map_or` / `map_or_else`?

Then why not add `map_or_default`?

How about just the **latest stable** and **latest LTS** Node.js release?

我自己使用 MySQL 没问题,建议: 1. 检查一下 `.env` 中的 `DATABASE_URL` 与代码中的是否一致; 1. 数据库是不是没弄好?~可先执行 `sqlx database reset` 重置数据库试试;~ 1. 再不行,切换 MySQL 版本看看。 此外,最好直接从 `.env` 中读取 `DATABASE_URL` 连接数据库;把 SQL 写入单独的脚本,然后用 `sqlx::query_file_as!` 之类的来加载,主要是便于使用专门的 SQL 编辑器编辑脚本。

不熟悉 babel 配置,很惭愧问了这么个业余问题。 据 `babel-plugin-macros` [文档](https://github.com/kentcdodds/babel-plugin-macros/blob/main/other/docs/author.md#filename),是有这个限制。不过,据[代码](https://github.com/kentcdodds/babel-plugin-macros/blob/68019721329cc9ec4b40a802cc9ade2e2eeab7c7/src/index.js#L75-L86),是可以自定义 `isMacrosName` 的。 这是不是意味着,通过手动标注进而规避这个限制?

How about to remove all the `::-webkit-scrollbar` selectors as https://github.com/rust-lang/mdBook/issues/1483#issuecomment-1362451893 ?

They are always present in Safari.

Yes, we'll support this feature in the future.

@watsonhaw5566 改了,可是没发布~

请参考 [cloudbase-todos](https://github.com/arniu/cloudbase-todos). 我用 patch-package 修改后可正常运行。