Justin Poliey

Results 12 issues of Justin Poliey

jarg should support files as values. I think it could use cURL's syntax: ``` $ jarg file=@/path/to/file ``` In the JSON dialect, it should conform to [example 9 of the...

enhancement

The default form encoding from [`urllib.urlencode`](https://docs.python.org/2/library/urllib.html#urllib.urlencode) doesn't support multi-dimensional values. That behavior can be taken from the [multidimensional-urlencode](https://pypi.python.org/pypi/multidimensional_urlencode) package: ``` python >>> import urllib >>> from multidimensional_urlencode import urlencode >>>...

question

[PSR-1 - Basic Coding Standard](http://www.php-fig.org/psr/psr-1)

Redisent should bind and use [hiredis](https://github.com/redis/hiredis) when the option is available.

Enhancement

[PSR-2 - Coding Style Guide](http://www.php-fig.org/psr/psr-2)

It would be nice to have support for events happening on specific channels, i.e, ``` on :channel, ["#io", "#clojure"] do msg channel, "sup" end ```

Using the static method invocations, like `__::each` and `__::map` will raise `E_STRICT` warnings. For example, calling `__::filter` will raise this chain of warnings: ``` Array ( [number] => 2048 [string]...

It would be great to be able to automatically update fields with the values of other fields as they change. The [json-editor](https://github.com/jdorn/json-editor) project supports this with the `watch` and `template`...

Postgres supports percent-encoded paths to allow for connecting to the DB over a domain socket since [this change](https://github.com/kennethreitz/dj-database-url/pull/29), and it would be super helpful to allow percent-encoded colons as well....

feature