Bruno P. Kinoshita
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:  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:  :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...