Raj Siva-Rajah
Raj Siva-Rajah
Hitting the same issue with 3.0.0 as well. It seems v3 still expects the [old libtrust key ID format](https://github.com/distribution/distribution/blob/release/2.8/docs/spec/auth/jwt.md) (colon-separated base32). From what I can see PR [#4471](https://github.com/distribution/distribution/pull/4471#issuecomment-2371867867) was supposed...
I noticed a similar issue in the demo. I’m in dark mode, but several of the signatures in the list are shown in black instead of white (which makes them...
@danharrin This is still happening for me, but looks like it might be more of a frontend issue because resizing the browser populates the chart..? I'm on a 4K monitor....
I've had other issues with chart width in tabs. Sometimes, even when data is populated correctly, the chart will shrink / expand in slow motion after the tab is selected....
Just realised the existing columns logic is specifically for grids, which this isn't. The only solutions I could come up with are pretty messy so I'll stick with `->extraAttributes()`. Thanks.
Actually I just realised that these fonts are returning 404 in the UI as well. They're showing up in the search but I get a 404 when I click on...
Are you guys using a `$connection` class property to store the connection? If so, that's probably what's causing this issue. I [made the same mistake](https://github.com/hyperf/hyperf/issues/7450#issuecomment-3076911434). You can't store database connections...
If you're just using models and not using connections directly, it could be a max connections issue. At very high load, `'max_connections' => 10` is too low. Try increasing it...
1500 is really high. Postgres will have problems with such a high number without using something like PGBouncer. Did you try a lower number like 50 or 100 first? Postgres’s...
@volodymyr-hordiienko Actually looking at your original post again, I don't think it's actually a pool issue. If it was, you'd see `Connection pool exhausted` from Hyperf or something like `Too...