Paolo Rovelli

Results 5 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...