Ross Delinger
Ross Delinger
I recently upgraded kopium and noticed that my usage of `--hide-prelude` causes kopium to generate broken code. Specifically, the change in #203 always generates a `Vec` which relies on `Condition`...
Now that it isn't just me working on this there should probably be a set a test cases.
The future of UVB is hashtable based, but we still need to save counters. A persistance layer is needed for that.
I've been considering making UVB more API like, and having the responses be in JSON. Make them a little friendlier for scripting, and potentially making a web frontend for the...
occasionally after all tests have been run, nosetests does not exit and just hangs there
The current server.py code only deals with sending, receiving and parsing messages, it does nothing to discover peers on the meshnet (or local network)
Start writing test cases for the current code. Tests should tests all current functionality of Quilt (Sending, receiving, protocol handling)
Due to the p2p based nature of Quilt keeping messages synchronized between all servers is an issue. This could be implemented in the protocol, or in the backbone message send/recv...
Start laying out a GUI of some kind based on the OLPC libraries (sugar, etc)
I dislike how the queue and the video search share a panel in the UI. I think it would make adding a lot of videos at once easier. Currently you...