AJ Jordan

Results 211 issues of AJ Jordan

This project could use a change log. See http://keepachangelog.com

https://yarnpkg.com/lang/en/docs/yarn-lock/ states that yarn.lock "not lossy and it creates reproducible results." It's not clear to me exactly what this means on a technical level. What is meant by "reproducible"? And...

needs docs

Given the following unindented code: ``` js function foo() { readableStream.pipe(throughStream) .pipe(writableStream); } ``` the correct indentation with smart-tabs-mode enabled is: ``` js function foo() { readableStream.pipe(throughStream) .pipe(writableStream); } ```...

Bug
Language

Smart Tabs should support JSON.

Feature
Language

The "Bonjour" link on the Avahi homepage leads to an Apple page that now 404s. I guess https://developer.apple.com/bonjour/ would be the best replacement? Or maybe just the Wikipedia article.

https://avahi.org/ links to the HTTP versions of this repository and the nss-mdns repository.

This is a natural place to look for it and helps with discoverability. Apparently I'm not the only one who couldn't find it for a while: https://github.com/seedvault-app/seedvault/issues/234#issuecomment-842512062

enhancement
help wanted

* [ ] Implement way to download and verify backup integrity without actually restoring anything * [ ] Show how much data of each app got backup app --- I'd...

enhancement