Bruno P. Kinoshita
Bruno P. Kinoshita
>NodeJSEngine requires Node.js engine to evaluate and validate Javascript expressions, but couldn't find it. Tried nodejs, node, docker run node:slim I believe you are missing node. Try installing it with...
Exception logged: ```bash Hint: No operator matches the given name and argument types. You might need to add explicit type casts. Position: 270 2024-11-17 21:27:31,986 ERROR [http-nio-8080-exec-2] o.a.j.l.DirectJDKLog: Servlet.service() for...
Linking issue in hypersistence utils repo: https://github.com/vladmihalcea/hypersistence-utils/issues/589
Another similar issue, https://github.com/vladmihalcea/hypersistence-utils/issues/731
Issue fixed locally, still need to - [x] check if tests are passing - [x] review logs for warns/errors - [x] separate commits into separate PRs to minimize change here
(Found one more warning, about postgres version when running tests, but no more bandwidth to work on the viewer's code, maybe will fix it over next days, but at least...
I liked the location of the toolbar (would be under the lumino tab I think), and also the translucent icons changing colors. Might be easy to prototype it later (probably...
I think I got all the changes out, and merged. Those were mainly deprecation warnings that I found while trying to run the code, and a missing header. Now wait...
It worked! To review, one can confirm the code looks alright, GH Actions build is passing, and maybe try `docker compose up` after altering the docker compose file to use...
> Thank you very much @kinow ! Do you know why this wasn't caught by the CI? Do we need a new test? Not a problem, @mr-c :slightly_smiling_face: Good point!...