Hanwei Jin
Hanwei Jin
I do not think it is a good idea to merge such a pull request. The json5 lib in pull request is a fork from personal github repo, which is...
ipv6 please
I am figuring how to make such route . Because many resources are blocked from the VPS ips. for example, now I can not post twitter with my vultr server...
`--outbound-bind-interface eth0` in linux, it set SO_BINDTODEVICE flag in socket connection. However, it is not supported by ipv6, which only works for ipv4. So you may get error `network unreachable`....
1. It does not need to update the client side to get prefix printable chars. It just updated nonce generation. 2. for my version, I changed the length of prefix...
Hello, not yet. I have added it to the custom schema in index module option ``` const indexModule = [ { resolve: '@medusajs/index', options: { schema: customSchema } } ];...