Fuzzwah
Fuzzwah
I would find feedhq even better if I could easily choose to hide /show particular categories from display on the front page. Perhaps just a line of color coded category...
I have a mixture of sites which include all the content from posts in their rss feeds and others which have just a single trimmed sentence. For the latter I'd...
I've got a fork that I'm working on adding understeerCoefs for more vehicles, and currently I'm just using a "best guess, then test" method. I'd really like a quick explanation...
https://github.com/Esterni/pyracing/blob/3cea16a2089d22aa7d517cafd18c34e68e5a0a68/pyracing/client.py#L52 If I manually set this to `300` (which is what I use in ir_webstats_rc) my login works fine, but when this line calculates a value of `600` for me,...
Behavior before this change: 1) click header_X, table is resorted by header_X_col in sortInitialOrder 2) click header_Y, table is resorted by header_Y_col in sortInitialOrder 3) click header_X again, table is...
Using a ruby wrapper around pandoc removes the reliance on system level python3 + docutils lib. This change removes any inconsistency that comes from varying versions of python3 and docutils.
There's variety in the way different versions of docutils work with different versions of python3, this has been causing dependency issues. This PR removes all reliance on python and docutils,...
I'm attempting to limit the number of event results returned to just the last couple of days: ``` r = irw.results_archive(event_types=(ct.EVENT_RACE,), date_range=('2014-07-16','2014-07-18')) print(r[1]) ``` That prints out 76, which is...
I'd like to rig up my slackbot to allow users to create versions of these images via triggers. Any chance of making an API available?
Increased font sizes and UI elements by 200% to allow better display on high def screens. Users on lower res screens can use the - hotkey to scale down if...