Brian Campbell

Results 11 issues of Brian Campbell

I've pushed two bugfixes to my fork; one to make sure that we get output even when there are no comments in the file (issue 71) and one to allow...

When running the unit tests, `test_issue10_utf8_processing` fails when I run it under Ruby 1.9.3. ``` 2) Error: test_issue10_utf8_processing(RoccoIssueTests): ArgumentError: invalid byte sequence in UTF-8 /Users/lambda/src/rocco/lib/rocco.rb:235:in `split' /Users/lambda/src/rocco/lib/rocco.rb:235:in `parse' /Users/lambda/src/rocco/lib/rocco.rb:134:in `initialize'...

Rocco displays nothing on the code side unless there is at least one comment. Now, you may ask, why are you using a literate programming tool and then adding no...

I compared `dutree` to my usual go-to solution of `du -h -d3 | sort -h` on my `src` directory, and it is much slower. This is on macOS, and this...

Something that the standard `du` gets correct but `dutree` does not is avoid double-counting the usage of multiple directory entires that refer to the same files (hard links). Since you...

Tools like `dutree` or `du` are generally used for finding files to clean up to free up space. The space that will be freed up corresponds to the files block...

## Is your feature request related to a problem? Please describe. In preparation for the Python 3.11 release, I would like to test my Python packages against the pre-release version...

enhancement

There is an idempotency key generated by clients when authoring a post, and stored in Redis, to ensure that if a user or client retries posting the same status, we...

- [x] I have searched the issue tracker and believe that this is not a duplicate. **Make sure you run commands with `-v` flag before pasting the output.** ## Steps...

🐛 bug

The `setuptools.find_packages` command will by default find all Python packages starting at the root directory, which in this case includes the `tests` directory. That means that a `tests` package gets...