Clarence "Sparr" Risher
Clarence "Sparr" Risher
Not the most glamorous first PR, I know. Most of the edits are lines containing just spaces, but a few are actual trailing whitespace on code lines. I won't be...
I want to add per-function token and character counts, pre and post minification, to https://github.com/sparr/pico8lib. My initial idea was to use a script to parse the functions out of a...
#9 deletes a lot of comments with usage examples as part of setting up to generate docs with ldoc. Bring those examples back as ldoc-compatible examples files.
The README at https://github.com/rodjek/puppet-lint describes how to use .puppet-lint.rc but there is no mention of this functionality on http://puppet-lint.com/
The built-in method uses _.filter().length which wastefully creates a whole new list in memory to measure the length of. The quick fix was to use _.sum(), but I went with...
I would love to have your features available in a newer version of ILSpy.
I have a page. I'm adding 'summary' and 'dtstart' classes to some elements via javascript. This does not result in the icon for this extension becoming visible.
The [demo of the UI toolkit](http://threerings.github.com/tripleplay/widgetdemo.html) unpredictably acquires a vertical mouse offset when I attempt to use it. My first 0-N clicks will work fine, then from N+1 onwards my...
This PR is a work in progress. I have not been able to fully test all of the changes yet, as I haven't re-explored the whole story. I will do...
https://github.com/etcd-io/bbolt#transactions provides some warnings about potential deadlock scenarios. However, this documentation uses a lot of uncertain language like "should", "generally", "can", etc. It would be useful to have more certainty...