Kevin Scott
Kevin Scott
It appears that in both cases, any `.addLogger({ ... })` command is ignored. For `NODE_ENV=production` I see logs in the format: ``` {"level":30,"time":1693307303572,"pid":1234,"hostname":"hostname","packageName":"packageName","msg":"undefined is allowed publish for foo"} ``` I...
Node: v16.20.2 "verdaccio": "^5.26.1" "@verdaccio/types": "^10.8.0"
It's all good, your efforts are very much appreciated! Hopefully my comments help make verdaccio even better! I think there's two separate issues, would it be helpful to make new...
Thanks! Let me know if I can provide any more assistance.
I've also tried with configuration file: ``` packages: '**': access: $all publish: $all storage: .storage max_body_size: 1000mb ``` With the same result. Looks like there's something specific about scoped packages...
I'm seeing a similar bug with converting ONNX to Tensorflow.js, though the error is different. I'm converting a [DDNM model](https://github.com/wyhuai/DDNM) from Pytorch -> ONNX -> Tensorflow -> Tensorflow.js. Pytorch, ONNX,...
Interestingly, if I switch the backend (in Node) to `cpu`, I get an identical error as josephrocca's above: ``` Error: GatherV2: the index value 0 is not in [0, -1]...
I'm going to close this for now. If ESM support in Node is important to you, please leave a comment.
@adityapatadia - can you share more details about your project structure? If there's a repo online, that could be helpful to browse. What version of Node are you running? Is...
Thanks for the info, @adityapatadia. I'll do some research into this and report back.