-
Hi @jlguardi,
I updated the code to the latest master (plus axolotl dev) and now location messages drop an error when sending:
```
Unhandled exception in thread started by
Traceback (most recent ca…
-
I updated the Nokia token after it was changed last night.
and now I succeed to connect and doesn't get unauthorized but i start to get these errors when receiving messages. anyone knows what to do ??…
-
Example grammar [empty.bnf](https://github.com/mewspring/poc/blob/master/empty/empty.bnf):
``` bnf
Start
: Foo Bar
;
Foo
: empty >
| "foo" >
;
Bar
: empty >
| "bar" >
;
```
T…
-
To simplify the design of the parser and the parser generator, I suggest we postpone the type checking to the semantic analysis phase. This design decision would be supported by the KISS mentality, le…
-
hi,
cloned ur latest version, "recompiled" updated axotlol.
after starting yowsup demos im not revieving any messages. worked for me for like an hour after deleting the .db file in /root/.yowsup/
no…