William Chan

Results 70 comments of William Chan

I have the same need, I don't want to save on physical disk

> OK, what behavior would you expect when the text contains an `import` statement? throw error does not support import syntax

2年没碰前端,最近刚用react hooks,只写了一个中等复杂的组件。 发现我都是按照上述文档写的,看样子大家认知差不多,hooks写的差,对后继维护者来说很痛苦。

> @lednhatkhanh this is not a node-oracledb issue (yet). We need Instant Client on M1 first, which I don't have direct control over. we hope to have it soon ╥﹏╥

> @H0UST0N @lednhatkhanh So you are saying one should install the intel version of Node to be able to use the intel version of oracle-nodedb at the moment? > Asking,...

> 你没看明白代码,53的取值来自dnsmasq 我的意思是,我偶尔需要在客户端上临时设置下别的DNS,验证下域名DNS是否生效,不希望完全走网关的dns,这条设置后,无论客户端怎么设DNS,都会被转发过去。 $ dig www.baidu.com @2.2.2.2 +short www.a.shifen.com. 180.101.49.11 180.101.49.12

This is currently one of the issues blocking me, is there any progress? ![image](https://github.com/oven-sh/bun/assets/9210430/8075e7c1-0036-4c7e-9208-4216ebc48baf)

Please check your mysql container log

> > how many ram do you have? it's recommended that you have at least 20GB ram to run apitable in dev mode. > > 16 GB ram and i...

You can delete Docker containers and volumes. Normally, you can see all the containers using the `docker ps -a` command, and use `docker rm [container id]` to delete them. If...