mesvam

Results 10 issues of mesvam

Is there a way to run a command across all selected tabs? If not, would you be willing to add this as a feature?

I believe I'm experiencing the same issue as these reports: https://github.com/ACK-J/Port_Authority/issues/18, https://github.com/ACK-J/Port_Authority/issues/19, https://github.com/ACK-J/Port_Authority/issues/20 but I've been able to partially reproduce the issue. In the user profile folder, there are two...

bug

### Important Information Provide following Information: - mpv version: ``` > mpv --version mpv v0.37.0-337-gbd5b80ba Copyright © 2000-2024 mpv/MPlayer/mplayer2 projects built on Feb 18 2024 00:09:08 libplacebo version: v6.338.0-77-g3ba18d5-dirty FFmpeg...

### Description ``` >>> colour.convert([1,1,1], 'sRGB', 'CIECAM16') CAM_Specification_CIECAM16(J=1.0000047100604554, C=0.030807836056794494, h=0.58215001241517916, s=0.1341768280812253, Q=1.2370826529555712, M=0.022271720052874228, H=0.6651251954371753, HC=None) ``` Shouldn't C = M = s = 0 for white? Likewise, the reverse conversion...

Defect

### Description When L_A = 0 and/or Y_b = 0, CIECAM02 and CIECAM16 models give incorrect results ### Code for Reproduction ```python import colour import pandas as pd sRGB =...

Defect

In the 3.9.20 patch notes, I see > Use on-memory storage for the cache of sidebar contents, to prevent broating of Firefox's session file. This means that inititalization on the...

has-workaround
help wanted
bug

``` import ipyparallel as ipp cluster = ipp.Cluster(n=4) cluster.start_cluster_sync() rc = cluster.connect_client_sync() rc.wait_for_engines(n=4) view = rc.load_balanced_view() res = view.map(lambda x: x, [None]*3) s = res.split() ipp.client.asyncresult.AsyncResult.join(*s) ``` ``` AttributeError Traceback...

### List the website(s) you're having issues: StackExchange sites ### What happens? Vote buttons don't respond, among many other scripted events like profile popdown, etc. ### Other details: This is...

Steps to reproduce: - launch mpv with any url - seek to somewhere in the middle of playback - Ctrl+r to reload - before the video is loaded, Ctrl+r again...