Florian Quirin

Results 316 comments of Florian Quirin

> I've done some remote debugging of the app using Chrome and tried to call the hide function manually When I tested this I set `AutoHideSplashScreen` to `false` and since...

So, I did some digging and built the "Hello World" app from scratch 🙂: ``` sudo npm install -g [email protected] cordova create hello com.example.hello HelloWorld cd hello cordova platform add...

Ah sorry I just realized this should probably be moved to https://github.com/apache/cordova-cli ?

Hi @Goddard , you mean like completely remove any user authentication? [EDIT] Below comment is referring to SEPIA server NOT STT server alone: Since everything in SEPIA is built to...

Oh sorry I just realized that you were talking about the STT server explicitly and not the SEPIA server in general, I mixed up the issues section 🤦‍♂️. Actually in...

Has this problem officially been solved at some point? I'm experiencing strange behavior where on my Raspberry Pi with Arm64 OS `--limit_vocab_file` is not a problem but on my Arm32...

Hi roy, the reason this does not work is because during start of the server the classpath is set to the specific .jar files listed inside the main jar manifest...

Hmm :-/ did you try any of the demo services? I'll try to do some tests later myself.

I did a quick test and noticed that the server failed to properly shutdown because I forgot to adjust the `SEPIA/sepia-assist-server/shutdown.sh` 🤦‍♂️. Can you please change the last line like...

> do i need to copy the files again or it doesnt matter if they are there from before? The order doesn't matter as long as everything is set before...