Rex Morgan

Results 7 comments of Rex Morgan

I've been investigating this issue and I believe the root is that in `quibble.js`, `hackErrorStackToGetCallerFile` returns something like this: `/C:/git/test/fixtures.js` with the forward slash at the beginning. Then, in `esmImportWithPath`,...

@searls Sure, I can take a deep dive into this when I get some down time. I ended up switching back to the commonjs require calls, but I'd love to...

Hi, this project ended up not being suited to my use case and I ended up going another route. Because of that, I haven’t moved forward with writing the tests...

@mattgrayisok are you using the goofys mounter? A current limitation of goofys is that it doesn't store the owner/group/permission of each file. The user, group, and permissions are configured when...

@fallmo it's been awhile, but I believe you need to change the image in the DaemonSet in [csi-s3.yaml](https://github.com/ctrox/csi-s3/blob/ddbd6fdaa1bd76754df3ea76fba0afe149ebe87d/deploy/kubernetes/csi-s3.yaml#L84) and the StatefulSet in [provisioner.yaml](https://github.com/ctrox/csi-s3/blob/ddbd6fdaa1bd76754df3ea76fba0afe149ebe87d/deploy/kubernetes/provisioner.yaml#L89) (as was mentioned in the instructions you...

I'm no longer developing on Windows and am on macos, now. So, I'm unable to look at this anymore.

I'm getting this same issue, tried to look into it, but I don't know my clojure very well...