Bruno P. Kinoshita

Results 709 comments of Bruno P. Kinoshita

I also don't use that page, unless when I want to test some quick changes in small graphs. Will fix that pagination as that is definitely broken. Once that's fixed...

Synced code, updated IDE's (phew, that took a while), and reproduced with the example from issue description (thanks!). ![image](https://github.com/apache/jena/assets/304786/6ef11764-61b2-49f0-be36-122dbae8224b)

Still need to write tests, but here's a preview. ![image](https://github.com/apache/jena/assets/304786/5964059d-cce7-48ff-a548-dc1031a17415) ![image](https://github.com/apache/jena/assets/304786/afc61b14-b8ea-4c14-9dd2-78fa4f4fffde) ![image](https://github.com/apache/jena/assets/304786/9a23c532-2dac-491f-8ac9-36c3cecc7f91) And while navigating through the rest of the UI, I noticed when clicking on the Dataset size count...

Added the same table to the info view now: ![image](https://github.com/apache/jena/assets/304786/08b07d81-57b5-4470-83d9-5773ad5d44ed) ![image](https://github.com/apache/jena/assets/304786/4171d8e9-2ab9-4941-90c4-2eca4913f0fd)

Now just missing the unit/e2e tests, to be completed next spare time window :crossed_swords: :muscle:

Yup, that's another approach, common too. I was just wondering whether we should allow users to select any page number, but I think limiting it to a only a few...

The current coverage report works well, but the one provided by Vitest UI is like Surefire + Jacoco + a graph with the code, and only using Vitest (i.e. easy...

And of course writing tests I already found some bugs :bug: :sweat_smile: Going to fix and fix up the commits.

>Would it be better to have the graph names sorted so they appear in an predicable, albeit arbitrary, order? It can make it possible to guess how far through a...

> One of the recent dependency updates seems to caused git conflict on package.json and yarn.lock. I _think_ the second choice is correct except that `"vitest": "^1.3.1"` in this PR....