Gingertek

Results 9 comments of Gingertek

But then why would the `link` attribute be an array if it can only have an length of 1? That doesn't make much sense to allude to multiple links via...

> > It seems that `[email protected]` has fixed this. > > Still have the error, both now and when testing in v9.2.0 release. does it work for you? Same here...

> Reproduced in 7.2.0-preview.4. Can this be fixed? Same here with same version. From what I've read above, it would appear that the KeepAlive feature is broken by default with...

Are you viewing this on a High DPI screen? Maybe the crispness is not visually accurate on non-High DPI screens :/

I see what you mean, but having the ability to return both boolean and error info would be great. Maybe the return value can be an object instead? That way...

Hmm, then maybe this method shouldn't really be sold as a validation check, or the docs should say that *you* need to use a try catch to return what you...

I hope not, I just found it and it's exactly what I've been looking for lol

@nathanielc hmm, could this have something to do with how many versions of chromcast Jellyfin supports? Maybe they're only supporting the latest stuff, and anything that is even a generation...

Here's my code, it's quote literally very basic, which is why I say out-of-the-box: # Graph Definition: graph TD p1(Introduction) o1{{Yes}} o2{{No}} p1-->o1 p1-->o2 I'm using the `mermaid.render()` method in...