Results 378 issues of Jeremy Rand

It would be useful to put the license in a separate file (e.g. named `LICENSE`) so that it's visible in GitHub's repo metadata.

The documentation is unclear on how to restore backups. It would be useful to document this clearly from an end-user perspective (preferably with an example command-line in the README).

At a quick glance at the `Transaction` class, it is not immediately obvious whether the `btc` and `usd` attributes include or exclude the fee. It would be nice if there...

As a novice to taxes, I found the question "Is this a Sale, Purchase, Expense, or Transfer" confusing. Purchasing something is an expense, and constitutes selling my BTC for that...

It appears that if a low-quality network connection (e.g. being behind a Whonix Tor transproxy) is being used, the `execLoop` and/or `sendLoop` goroutines aren't reliably being closed properly after a...

bug

# Steps to reproduce 1. Run `curl https://rainwave.cc/tune_in/5.ogg.m3u` via Tor. # Expected results The playlist should be displayed. # Observed results The HTML source for a Cloudflare CAPTCHA is displayed....

According to https://github.com/JeremyRand/DyName/issues/2#issuecomment-75427460 the code is broken on Python3 but works on Python2. This should be investigated. ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/8799881-reportedly-broken-on-python3?utm_campaign=plugin&utm_content=tracker%2F263656&utm_medium=issues&utm_source=github)** We...

Would a PR that allows `q` to send `EDNS0_LOCAL` with arbitrary `Code`/`Data` fields be accepted? This would be useful for debugging/experimenting with EDNS0-related functionality.

I'm running a DNS server and am trying to query it with `q`. (The server is [ncdns](https://github.com/namecoin/ncdns) if that helps reproducing the issue.) The following works: ~~~ $ ./q -tcp...