David Holdeman
David Holdeman
The generated public key only needs to be converted for placement on the server. Does it work using password auth? You /could/ put the key directly in the code, but...
Personally, I think this should be implemented as a keyboard rather than a part of the app. @codingfree showed some interest in doing this. I would like to hear your...
Good point. I don't have time for this right now. If someone else wants to do it, go ahead.
The tester(s) have had issues connecting to servers. I haven't been able to reliably replicate the problem, so I don't know where to look to fix it and yet can't...
As has been noted, Firefox OS is quite dead. I've dried my tears and moved on. Maybe when a TCP socket API is standardized, Firemote will rise again. Until that...
Yep sounds good.
Could not reproduce on current master. Any more details? I assume you mean with no changes between the two invocations of `make`.
Do you think the unit tests should have their own separate workflow, or be a part of the existing custom board build action?
I'm getting the same error as @tobiastom did any time a VCard field contains an escaped comma. I tried changing my columns to TEXT but then I got a "This...
I guess I figured it out myself. Here's what I needed. `ALTER TABLE cards ALTER COLUMN carddata TYPE TEXT USING convert_from(carddata, 'utf8')` etc.