Farkas Szilard Levente
Farkas Szilard Levente
@definedrisk CodeMap is not an extension its a Visual Studio native feature exclusive to Enterprise edition
> @CrHasher Is this relevant to [change the background color and border color of the map](https://docs.microsoft.com/en-us/visualstudio/modeling/customize-code-maps-by-editing-the-dgml-files?view=vs-2019#ChangeGraphStyle) ? > > I'm using Community edition but have similar issue with [customizing ClassDiagrams](https://docs.microsoft.com/en-us/visualstudio/ide/class-designer/how-to-customize-class-diagrams?view=vs-2019),...
Never mind its a simple fix I added the custom exception to both CB and Retry policies (hopefully I'm doing it right): ```csharp CircuitBreakerPolicy = Policy .Handle() .Or() AsyncRetryPolicy waitAndRetryPolicy...
A contrast of 1000:1 I'm not sure how to calculate the black level from it. There needs to be a lowest level of black that mpv sends to the screen,...
Another observation is that the further away from 1886 you calibrate the worst the result in mpv with ICC auto. But 1886 while technically well reproduced by mpv looks so...
Sorry for not mentioning the version of mpv: - mpv version: mpv 0.34.0 Copyright © 2000-2021 mpv/MPlayer/mplayer2 projects built on Sun Nov 7 20:16:38 +08 2021 FFmpeg library versions: libavutil...
Think I finally found a fix for my contrast issues. Given that mpv internally uses a gamma of 1886 as standard, I let it use an icm calibrated for that...
But I have a question, in order to test I would need to clear the icc-profile and this does not work in input.conf: ``` F1 cycle-values icc-profile "" "d:\ROG PG279Q...
> > But I have a question, in order to test I would need to clear the icc-profile and this does not work in input.conf: > > ``` > >...
The problem with `cycle-values icc-profile` was some path length problem or a bad character in the path on windows, this works now: ``` F2 cycle-values icc-profile "" "~~/color-management/ROG PG279Q Video...