Codie (蒂诺)

Results 2 issues of Codie (蒂诺)

Hello, I have the following configuration: node 10.16.0 electron 3.0.2 webpack 4.20.2 webpack-node-externals 1.7.2 When adding the line `externals: [nodeExternals()],` in my webpack script I get the error: ``` vm.js:74...

I've got the following relative filepath `"./test/jobs/store/python-save-vars/x"` where `x` is simply a file. When accesing on windows with: ```python impor tiledb vfs = tiledb.VFS() uri = "./test/jobs/store/python-save-vars/x" vfs.file_size(uri) ``` I...

upstream