Jordan Sissel

Results 68 issues of Jordan Sissel

- 216-color RGB cube is supported as 'rgb' with range 0-5 for each color - 16-color Grayscale is supported as 'grayN' where N is 0-15

``` % cat /var/log/messages | fex '0/foo/...' ``` Something like that to be able to use fex to filter input but without having to resort to this pattern: ``` %...

Lev Gorenstein suggested allowing input files to be specified on the command line like you would with grep, awk, etc. Proposal: ``` fex [extract1 extract2 ...] -- [file1 file2 ...]...

This PR adds mgos_iterator and mgos_iterator_count. First, I'm not assuming this feature is necessary or desired in mongoose-os itself. It could be in the library repo, or perhaps nowhere at...

When EOF is reached unexpectedly, `decoder.DecodeObject` reports a misleading error: ``` Invalid JSON, wrong char '' found at position 0 ``` Upon closer inspection, there's actually a character there, a...

I can't seem to get $stdin to interrupt a read after being closed (closed from a separate thread). Under MRI, this works fine, but under JRuby 1.7.16 (and 1.7.13) it...

JRuby 1.7.x
JRuby 9000

This probably isn't the best avenue for 'support' but the README docs are pretty confusing. I'm looking to move to warbler and away from my current solution to package up...

Forked this issue from #1780 Relevant comments for this issue: * https://github.com/jordansissel/fpm/issues/1780#issuecomment-966504491 * https://github.com/jordansissel/fpm/issues/1780#issuecomment-822975615 Summary: Converting python to deb is failing when using pip. I'd like to figure out how...

Related: * https://github.com/jordansissel/fpm/issues/1918 * https://github.com/bkeepers/dotenv/issues/457 * https://github.com/jordansissel/pleaserun/issues/153 `pleaserun` is probably not used much (if I had to guess). Further `fpm` doesn't even use the part of `pleaserun` that invokes `dotenv`:...