Bruno P. Kinoshita

Results 184 issues of Bruno P. Kinoshita

Hi, I'm [updating Apache Jena to use Vue.js](https://github.com/apache/jena/pull/781), and decided to also update its Yasqe/Yasr version. My first try was to quickly create a `` and just create an Yasgui...

bug

This change allowed me to connect to another server that was rejecting the connection due to only `member` being in its schema. Other attributes caused it to raise an exception,...

Might be related to #446 ? And it could be an SSL certificate issue or if using GitHub Pages the CNAME configuration... ![image](https://user-images.githubusercontent.com/304786/130702892-52ac9adf-b984-4b90-ab0a-83faed6358d7.png) Removing the www. from the URL: ![image](https://user-images.githubusercontent.com/304786/130702975-70b7e03e-b566-4b56-982d-26c3f2698334.png)...

Hi, Getting started with Arvados, using the public server first. When I clicked on the Version / debugging info, I noticed a double slash in one of the URL's in...

Building the project today after syncing the code, found several javadoc warnings. Aiming to fix these before 1.0, as well as spend some time updating the website. Will create a...

…t overflows This one will take a long time to be done over the code base. I didn't apply it everywhere, but I may still have overdone it. For someday...

someday

The code is still throwing a `NullPointerException`, but now it will throw the exception in the constructor, instead of only when a method of the object is called.

A few typos in the translation file. Cheers Bruno

Similar to #1566, with a tentative fix for the infamous #1330 :cowboy_hat_face: Letting CI run to see what breaks after the fix, before adding tests or making further changes. If...

I am writing workflows for the [initial sections of the user guide](https://github.com/common-workflow-language/user_guide/pull/226), trying to find the simplest workflow possible to run and validate (Java anecdote: an empty `Test.java` file is...