Evanlai
Evanlai
Is it possible to delete the secret_key in the metadata after produce a instance The storeSecretKey option is work in hypercore but didnt work in hyperdrive
Hi,Pfrazee, Could you add Chinese path support to the VALID_PATH_REGEX ? > exports.VALID_PATH_REGEX = /^[a-z0-9\-._~!$&'()*+,;=:@\/\\\s]+$/i change to >exports.VALID_PATH_REGEX = /^[\u4E00-\u9FA5a-z0-9\-._~!$&'()*+,;=:@\/\\\s]+$/i thanks
