mesvam

Results 21 comments of mesvam

@ae3a5 the patch works for me, thanks

I believe I've encountered the same or similar problem with apps such as [XnViewMP](https://download.xnview.com/XnViewMP-win-x64.zip) hanging or crashing when launched in the container as reported here: https://github.com/bailey27/cppcryptfs/issues/42 Increasing threads seems to...

I now suspect that my issue may have been related to Kaspersky Antivirus, since the issue goes away after uninstall. Simply disabling it doesn't help. So for others as a...

Update to the latest version. #83 seems to be the same problem and has been fixed

@ACK-J If you are somehow able to reproduce this bug, may I highly suggest reporting it to Mozilla as well? IndexedDB corruption and WebExtensions being able to crash the browser...

> This is blocked by [microsoft/winget-cli#140](https://github.com/microsoft/winget-cli/issues/140), also related: [microsoft/winget-pkgs#4083](https://github.com/microsoft/winget-pkgs/issues/4083) Looks like https://github.com/microsoft/winget-cli/issues/140 has been fixed. [Release notes](https://github.com/microsoft/winget-cli/releases/tag/v1.4.2161-preview) indicate installing from zip is currently experimental and the Community Repository will not...

I encountered the same issue and fixed it by adding write permissions to the registry key `HKLM\SYSTEM\CurrentControlSet\Services\BFE\Parameters\Policy\Persistent\Filter`. To help future victims, I'll document the issue here. For some background, this...

I'm not sure why this dir is named "shared". No other users, scripts, or programs will be using this dir right? The only real requirement is that it be writable....

I don't quite understand. Are you saying this is a problem inherent in the model specification of CIECAM16? or just this specific package's implementation?

It's actually a pretty big difference, dE2000 > 2 ```python import colour CAM_white = colour.convert([1,0,0], 'CIECAM16 JMh', 'CIE XYZ') sRGB_white = colour.convert([1,1,1], 'sRGB', 'CIE XYZ') colour.difference.delta_E_CIE2000( colour.convert(CAM_white, 'CIE XYZ', 'CIE...