Ildar Sagdejev

Results 32 issues of Ildar Sagdejev

By convention, I am used to colorized applications suppressing colorization when sending the output to a pipe, unless I explicitly force colorization. For example, in [colors.js](https://github.com/Marak/colors.js/blob/9f3ace44700b8e705cb15be4767845c311b3ae11/lib/system/supports-colors.js#L40): ``` js if (process.stdout...

If somebody would like to contribute integrated tests, that would be awesome.

enhancement
help wanted

bitly-client relies on a [list of known Bitly domains](https://github.com/specious/bitly-client/blob/9e24b6c1d091635e36df084945a79b2226f753bc/index.js#L25) to know when to expand a shortlink rather than shorten a URL. I wrote a [utility](https://github.com/specious/check-bitly) for checking domains to see...

help wanted

"Mouse wheel" scrolling is ridiculously sensitive and unmanageable when using track pads which send out many signals in quick succession (such as on the MacBook Pro). Unfortunately, since there appears...

issue

Query comments associated with a post via a new facebook-cli command, such as: ``` $ facebook-cli comments 10105107214308408 ``` Since comments can have replies, I think it makes sense to...

enhancement
help wanted

The Facebook [API](https://developers.facebook.com/docs/graph-api/) is [intentionally limited](https://developers.facebook.com/blog/post/2012/10/10/growing-quality-apps-with-open-graph/) in comparison to the functionality available to the user through the standard web or native interface, not to mention the wide range of possible...

help wanted

I compiled it on a linux system with `qmake && make`, and when I run the executable it immediately segfaults. ```gdb $ gdb ttf-explorer GNU gdb (GDB) 12.1 Copyright (C)...

I was inspired by your cheatsheet and made some improvements to the bash prompt definition while working on my own [bash prompt with git integration](https://gist.github.com/specious/8244801). Now it detects presence of...

Just a little bit of cleanup / housekeeping.

Due to a [recent user interface change](https://groups.google.com/a/chromium.org/d/msg/chromium-extensions/7As9MKhav5E/dNiZDoSCCQAJ) in Google Chrome, this browser extension now manifests as a persistent button in the tool bar. See: #25 Previously, when a page was...