Christian Loitsch
Christian Loitsch
I think this is a dash problem. There is an old bug report about dash not implementing 'local' correctly. https://bugs.launchpad.net/ubuntu/+source/dash/+bug/139097 Could you please try with bash (or zsh) again? It...
interesting. I will try to reproduce this in a ubuntu 2014.04 virtualbox. If I can't reproduce this I might need your debug file (--debug-file /tmp/debug.txt). thanks for the fast reply.
As mentioned in issue #4, this might be because the script starts with #!/bin/sh It apparently works when called with #!/bin/bash I will try to reproduce this.
Hi @SlashDevin I have (partially) adapted your library so that it might be used for other frameworks / systems. I guess you have to decide how you want to see...
Why not put the implementation into another header file: NMEAGPS.impl.h Personally I would remove all cpp files. This library will probably always be used in situations where compile time is...
> unless you compile with either link-time-optimization (-flto) or the whole-program optimization (-fwhole-program)... > Are you saying you don't do that on Linux? I do now. But you have to...
Hello @SlashDevin I've spent some time to modify my PR. Platform dependent code is now included through `Platform.h` There are 3 classes which should be implemented: `Stream`, `Print` and `System`...
--> don't use firebase to store credentials. You can configure firebase to send emails directly. (https://stackoverflow.com/questions/58934596/how-to-send-email-in-firebase-for-free)
Sorry not yet...
Another workaround is to first enable 2-factor authentication and then create an app password.