Bruno P. Kinoshita
Bruno P. Kinoshita
Refactored to match what we discussed on Twitter, @neumarcx. Edited commit, and did manual tests. It's now missing just the unit/e2e tests, and then it'll be ready to go. Some...
Tests added, @neumarcx, tested `yarn test:unit`, `yarn lint`, and `yarn run test:e2e` locally and all passed. The test is an e2e test, that loads three files. There is a Cypress...
> Looks great - tested using the uploads page in a few ways. Thanks Andy!
Yes, forgot to do that, sorry. Branch deleted.
This one is still a long way before being merged. Needs more testing and better integration Vue.js & YASGUI (those tabs are tricky to get working well).
Next on my list, I think.
rebased, adjusted a bit the Vue code, will push what I have for now, even though there are some errors it's possible to preview what YASGUI looks like with the...
Hi @osma >locale -a within the container now works and shows lots of installed locales, including fi_FI. However, the above query that tests ARQ collation support still doesn't return the...
Found an easier way to visualize the available locales in a JVM: ```bash /opt/java-minimal/bin/java -XshowSettings -version ```
Had a look at other Oracle docs, and also at the OpenJDK code, but couldn't figure out how to tell the JVM to load the other system locales. Tested this...