Gunnar Hillert
Gunnar Hillert
Added PR. I refrained from creating an enum for the signal ids. It looks like devices may send back proprietary values for older protocol versions. Also having the signal field...
@ktuukkan By the way, I was thinking about the issue of the "reporting cycle". As there is no way to know where the message cycle ("transaction") starts or ends, GPSD...
Just noticed some strange edge cases during live-testing ... e.g. `$GLGSV,1,1,01,*48` ... yuck.
+1 hit the same issue, fixed by PR
I am observing the same issue in an Angular app. This works: `Submit` This does not: `Login` I wonder if I miss something obvious here are as this is rather...
Oops must have fat-fingered something and now I can't remember what that particular sentence was supposed to be ;-) Anyway, what I meant is that I able get the linking...
@aseovic Just revisiting this a bit more. The relevant code is in `AbstractRepositoryBase` in Coherence package `com.oracle.coherence.repository`: ```java if (entity == null && factory != null) { entity = factory.create(entry.getKey());...
Added some documentation explain the situation plus work-around.
It looks like this feature would depend on https://github.com/TheoKanning/openai-java/issues/397
Shouldn't we use Android API to do server push, rather than implementing our own infrastructure? (using **gcm-server.jar**) ``` com.google.android.gcm.server.Sender sender = new Sender(senderId); ListregistrationIds = new ArrayList(); ids.add("12345"); Message msg...