Results 257 comments of Will

We consider the following interference modes: - No DNS Reply - No UDP response from DNS server - No DNS Answer - A DNS response is sent with no answer...

Good point. I think this is a limitation with packaged Apps V1 at the moment, since I do set the title. I'm working on migrating to the newer app format,...

Attempt as defining an exposed API is happening at #27

The merged #27 gets us pretty close to an external interface that is usable I think we'll need to revisit the API for subscription pretty soon. In particular, the channel...

Noting one addition to the API made in the last round of debugging: `.Flush()` has been added, which allows the user to wait until in-progress operations have been committed to...

test scripts don't solve this: the 'go plus' environment is what hooks in to the editor with inline coverage, refactoring, and error flagging. none of those happen if the build...

i'm sympathetic to wanting to make sure that code stays alive and gets tested. at the same time, it feels like it's hopefully already protected by a pretty static API...

noting for myself that this caused https://github.com/privacylab/talek/commit/a6ffbc62b07f26c497b76a2e79200dbdc0929101 Atom didn't catch it because it was stuck on not finding cuda.h, and makefile failed as well because of tag errors. If i...

If i remember correctly, one proposal for this is that the topic ID is an ecc public key, and writes must be signed by that key to be accepted. The...

the worry is that a client can launch DOS attacks by writing into the 'next' hash value of a topic at each era. Other clients know they haven't seen a...