Bruno P. Kinoshita

Results 709 comments of Bruno P. Kinoshita

I think the resizable query would be super easy. For the tabs, I think YASGUI may support it… otherwise, that's something I added [in a previous project](https://github.com/cylc/cylc-ui/pull/325#issuecomment-562555293), using the same...

Note: there's some work for a query library, that might cover this issue. A pull request might be ready in the next days/weeks, and it'd be great to receive user...

List of components we are using: ```bash kinow@ranma:~/Development/java/jena/jena/jena-fuseki2/jena-fuseki-ui$ grep -r -H -h -E "]" -o src | awk -F" |>" '{ print $1 }' | cut -c2- | sort |...

Bug in the regex, some `b-form-*` elements were swallowed by the regex. Here's the current list: ``` kinow@ranma:~/Development/java/jena/jena/jena-fuseki2/jena-fuseki-ui$ grep -r -h -E "]+" -o src | awk -F" " '{...

In Apache Commons the changelog is kept in the `changes.xml` file of [the changes maven plugin](https://maven.apache.org/plugins/maven-changes-plugin/). Then it's used to create the release notes with the changelog during the build....

>@kinow what order of PRs should we work with? If @jamiefeiss doesn't mind, I think it'd be easier to get the #1307 in first, as that one also adds the...

Tested using the branch from #1307: ![image](https://user-images.githubusercontent.com/304786/179691802-b70104ee-7232-4a00-9548-78825f4bfddf.png) It will take a little longer to finish testing that branch, but once that's merged and released, this issue should be fixed :+1:...

\- Me: _@afs do not worry, this update is going very well_ \- Also me: ![GIFrecord_2022-05-22_153237](https://user-images.githubusercontent.com/304786/169677179-bc28fa5e-e796-4d97-90f1-fcd6778e276f.gif) :smile:

Fixed a bug in the Edit, where a recent bug fix in the UI made it raise an error whenever we loaded the page. The issue was the order the...

Added the CSS of Bootstrap 5 directly after the Bootstrap Vue. It looks like Bootstrap Vue was either using an older Bootstrap 5, or customizing some classes. Now the layout...