andnorxor

Results 12 comments of andnorxor

In case two years later someone has still this question: You can do this with pure css. The crosshair plugin creates a canvas element add `z-index: 1;` and `pointer-events: none;`...

Solution 1: Split your data in different time series for each color and assign the colors as usual. This may blow up your underlying dataset, but is quite easy to...

Sry, I have no minimal example to share. I did this already, but there's too much code overhead (additional functionalities) to share it as an example. Maybe this will help...

This is a bug which happens due wrong download links and deprecated version fetching (regex) for `yt-dlp` in the function `getRemoteVersion`. https://github.com/jely2002/youtube-dl-gui/blob/29f63a51d4ee224dcde27a0a0fbc522cc5874b9d/modules/BinaryUpdater.js#L61 As a consequence this function will return always...

IMO this should be fixed in Dygraph and not in the plugin, since it affects all plugins and all code that deals with Dygraph callbacks for the point past the...

For a quick fix I've updated the Code as follows (changes are commented with "// modification of original source") The following changes ... - ... are only superficially tested and...

I apologize for the confusion earlier; the issue actually originated from my misunderstanding. The query `users?$filter=identities` returns a UserCollectionResponse. Consequently, I should be utilizing `UserCollectionResponse::createFromDiscriminatorValue` instead of `User::createFromDiscriminatorValue`. This suggests...

@jasjeetsuri Just to clarify: I'm not referring to the security of the JWT itself I'm referring to the endpoint exposed by the Azure B2C custom policy `B2C_1A_INV_genlink` which in the...