Bruno P. Kinoshita

Results 184 issues of Bruno P. Kinoshita

### Change ```js "overrides": { "terser": "^5.14.2", "loader-utils": "^1.4.2", "cookiejar": "^2.1.4", "json5": "^1.0.2" } ``` From https://github.com/apache/jena/issues/2054#issuecomment-1799296733 We need to confirm if they are still needed. ### Are you interested...

dependencies
Fuseki UI
javascript
task

### Change Our mock tests are not very easy to configure. [MSW](https://github.com/mswjs/msw) has a new release that removes old deprecated calls, and its API appears to be clearer than json-server....

Fuseki UI
task

### Change As per title, running `yarn test:e2e` isn't working properly. The tests should pass as manual tests passed fine. But there are requests to `/` returning `404` in the...

task
Jena5

### Change I cannot recall if these warnings were already present, but I noticed them after upgrading vite to latest available. ```bash The CJS build of Vite's Node API is...

enhancement
dependencies
Fuseki UI
task
Jena5

### Version main ### Feature The docker image provided with Apache Jena code uses a multi-stage build, where the last layer (used to run it) uses Alpine Linux. In Skosmos...

enhancement

GitHub issue resolved #1334 Pull request Description: Uses YASGUI that supports tabs, instead of YASQE + YASR (used by YASGUI). ---- - [ ] Tests are included. - [ ]...

Fuseki UI

GitHub issue resolved #1754 Pull request Description: Also includes a commit to fix `yarn run test:e2e`. I used the env vars for coverage (that calls e2e tests), but forgot to...

Fuseki UI

### Version 4.7.0 ### Feature The query editor handles SPARQL grammar & code highlight/auto-complete using YASGUI. There's an issue for tracking this there: https://github.com/TriplyDB/Yasgui/issues/190 There's also a draft pull request...

enhancement

Closes #169 Hi @tdunning :wave: I thought this issue was interesting and would allow me to understand more about the t-digest. Tweaking the values used in the tests, I found...

Closes #190 This draft pull request includes the commit from #214 , in order for the build to pass. If that other PR is merged, I will drop the commit...