Angus Dippenaar

Results 27 comments of Angus Dippenaar

Hi, I'ts been a while since I had this problem, and I'm just using my fork in production. I think one of the problems was if you wanted to make...

> Actually, I think this is incorrect. What happens if the replica is behind because it's disconnected or replication is broken in some way. Wouldn't this produce a false negative,...

> Sorry, I'm no expert in Postgres. I mostly just handle the Go code here. > > However, I am a MySQL expert. > > In MySQL Land, we use...

It looks like the arrow is not part of the frame, because if I duplicate the frame, the arrow is not part of it.

@MitjaBezensek pointing at nothing. I want to indicate a request leaving the network, just have the arrow point towards the edge of the frame to indicate that. I tried selecting...

Ok, this is weird, it's working now, even in firefox, so I don't know what I was doing wrong before because I'm 100% sure I tried this, and it didn't...

Yeah that is interesting. I created the arrow in the opposite direction, but I guess the result is the same.

It seems that this is also a problem for the module system, I guess that makes sense, just want to report it for future generations. If I add a URL...

For some reason, attaching the debugger worked for the first playback, but then any subsequent playback results in this error: ```json { "type": "https://tools.ietf.org/html/rfc7231#section-6.5.1", "title": "One or more validation errors...

I assume the problem is an integer overflow on the server side: https://github.com/jellyfin/jellyfin/blob/1cff5aef6386b8f4b303d86c8ab533010a7a7109/Jellyfin.Api/Models/MediaInfoDtos/PlaybackInfoDto.cs#L19 The value is `int`, which would max out at `2,147,483,647`, but the client is sending `2,400,000,000`.