Paolo Rovelli

Results 9 comments of Paolo Rovelli

@fansmc to understand the issue you need to understand how Kotlin is compiled in Java (see https://kotlinlang.org/docs/reference/java-to-kotlin-interop.html). In particular, that your `var mTitle: String = ""` (or any other Kotlin...

Hello! I'm deeply sorry for the late reply, somehow I've missed this. :( To be honest, in the past, I thought more than once about making a python package. However,...

A temporarily workaround (while investigating and fixing this) is to install the snap in _devmode_: ``` $ snap install ninjadroid --devmode --channel=beta ``` Indeed, since in _devmode_ the snap has...

Might be related to: https://github.com/rovellipaolo/NinjaDroid/issues/22

If you're also interested in uploading the documentation to AWS, have a look at: https://github.com/failsafe-engineering/serverless-aws-apigateway-documentation * Generate the documentation locally: ``` $ serverless generateDocumentation --outputFileName=openapi.json --exportType oas30 ``` * Upload...

One more use case here: most of my parameters are static, depending on the environment (which I pass via `--config-env` arg), but couple of them requires dynamic resolution (e.g., the...

Mmm.. that's strange. Could you please provide the following information? * Version of SerMon? * Version of Systemd? ``` $ systemctl --version ``` * Version of PostgreSQL? ``` $ psql...

I did a quick test, installing PostgreSQL on a fresh Ubuntu 22.04 machine, and I was able to start-stop-restart it from SerMon: ``` $ apt install postgresql $ systemctl list-unit-files...

Hello! Sorry for the wait, I've finally found some time to have a look into this. The layout resizing flickering issue when scrolling with the `...` is still unfixed. Need...