Colin Atkinson
Colin Atkinson
@hctest155 @bfleischer I can confirm that I am also experiencing this on Catalina's stable release. Are there any clues as to the underlying issue, or if there are any workarounds?...
Interesting--good to know what the source of the changed behavior was. We currently use `direct_io` because our FUSE is a "middle layer," depending on some underlying FS for information. This...
@earonesty and I were finally able to do some more testing here, using [v1.11RC1](https://github.com/winfsp/winfsp/releases/tag/v1.11RC1). Some findings: 1. QuickBooks is using [SAP SQL Anywhere](https://en.wikipedia.org/wiki/SQL_Anywhere) as an embedded DB/on-disk format. So any...
I ran into this on Arch, and was able to work around it by installing `openssl-1.0`. The `libssl` in question doesn't seem to be a dependency of any package, but...
Switched from checking for `bit_count()` to `bit_length()`, as I didn't realize the former was introduced in 3.10.
Made the requested changes -- let me know if I missed any! I also changed the transformation a bit, so that it takes in the correct number of arguments, and...
Hey sorry about the delay. I haven't had a whole lot of bandwidth to work on this, but I'm hoping to be able to get back to it this week....
@cdce8p Thanks for taking a look! The feedback from you and @DanielNoord has been super helpful throughout this process. Your point about the divergence of the inferred and runtime types...
Ran into the same issue. In my case, the exact exception was: ``` AttributeError: module 'win32com.gen_py.00020905-0000-0000-C000-000000000046x0x8x7' has no attribute 'CLSIDToPackageMap' ``` Based on the suggestion in [this gist](https://gist.github.com/rdapaz/63590adb94a46039ca4a10994dff9dbe), I took...
I was affected by something similar on the latest release (1.0.5), but I'm not sure if it's entirely the same. The keyring will be hit for private repos if there...