James Brown

Results 71 issues of James Brown

https://python-markdown.github.io/extensions/extra/

This still defaults to `BTreeMap` but allows you to use a `HashMap` (or, if you pass the right feature, an `IndexMap`) instead. Major breaking API changes (e.g., removal of the...

similar to the other PR but uses the more modern `Duration::as_secs_f64` and adds a test

If building hghttp2 on a platform without C++14 support (e.g., gcc 4.x), nghttpx is correctly disabled when C++14 absence is detected, but HPACK tools are still built. This causes a...

Allow specifying configuration as a YAML file instead of an interpreted .py file. execfile() is so... unpleasant.

If you make a dashboard with several rows of graphs, it quickly becomes unreadable on smaller screens, since firefly "intelligently" sizes graphs to fit on one screen without scrolling. We...

feature
wishlist

Graphite has an absolutely killer feature where you can put a glob in the source descriptor and automagically get everything that matches it (e.g., put "web*" in a field). That...

If you remove a source that is referenced in a graph (for example, removing a directory from ganglia), any attempts to edit that graph will fail (so you have to...

bug

Set literals are a Python 2.7 feature. I believe that the entire rest of the library is 2.6-compatible.