Jonathan Dahan

Results 201 comments of Jonathan Dahan

Same! I've also seen it written as 'topics' somewhere.

archive.on('sync') seems to fire double the amount of times I listen to it... if that makes sense. If i do `dat.archive.on('sync', console.dir(JSON.parse(fs.readFileSync('path/to/file')))` I can reliably make it fire once the...

@ahdinosaur does this mean if I set `XDG_DATA_HOME` to `$HOME/.local/share` it should just work?

Is there a way to re-trigger the travis checks?

@staltz I think that is enough. I will test it now. Is there a ssb dev setup guide somewhere? It would be nice to see a checklist, something along the...

meta-idea: come up with an exercise or three for someone new to the codebase to go through, and observe or ask for their notes when building. Fresh eyes / beginner...

Interestingly enough, hideObject should still show error logs, but thats not the behavior i see

thats pretty

some notes ```js chrome.webRequest.onHeadersReceived.addListener(function(details) { var headers = details.responseHeaders; // maybe just search for Zoom.pkg on any of the sites we've seen for(var i = 0, l = headers.length; i...

surprisingly difficult to find a cross-platform example of getting the current default mixer volume.