Bruce Sun

Results 35 comments of Bruce Sun

Reference: [Using Podman and Docker Compose](https://www.redhat.com/sysadmin/podman-docker-compose) For podman to work with docker-compose, we must start podman in root mode right? But that defeat the purpose of being rootless! podman-compose is...

@chawyehsu I'm sorry but I don't quite understand the [installer script](https://github.com/chawyehsu/dorado/blob/91676f9c3040b5ab19651d79b8d2e0a2598a5c8a/bucket/volta.json#L8) in the app manifest, are you copying `volta-shim.exe` to be `node.exe`/`npm.exe`/`npx.exe`/`yarn.exe`? If I understand it correctly, you're actually trying...

It is now 2021 and the issue still exists for new SG phone number starting with "89" like 89089790.

@patw0929 @mcataford Help! Anyone still maintaining this lib? We need to update `libphonenumber-js-utils` for new SG phone numbers.

@CurrrryChen 请问主应用使用nuxt算是SSR吗?(其实我就是想问qiankun的主应用现在到底支不支持SSR)

@kennedyrose That's the same reason why this extension doesn't work with TypeScript, where we write styled jsx like this: ```typescript {...} ``` CC: @iFwu

@bailicangdu 请问一下文章的链接是?

I think @Davlind is using Windows, if so, my fix might not work when he checkout on his local machine b/c NTFS is NOT case sensitive.

@yinghuocho @FlowerWrong I'm sorry if this is a dumb question - but is `sudo ip tuntap add dev tun0 mode tun user foobar` posted [here](https://github.com/yinghuocho/gotun2socks/issues/3#issuecomment-251488337) only necessary on linux? Because...

@FlowerWrong Is `-netmask 128.0.0.0` a must? What difference will it make when I set it to `255.255.255.0`?