Michele Lacchia

Results 25 issues of Michele Lacchia

So we were discussing whether to change the current `__getitem__` syntax or to just alias `_` to `None`. One idea is to allow the argument to `!!` to be a...

`test_no_jobs` and `test_health_check_direct` fail with this same error: ``` pytest -k test_health_check_direct Test session starts (platform: linux, Python 3.7.4, pytest 4.4.1, pytest-sugar 0.9.2) rootdir: /home/miki/exp/arq, inifile: setup.cfg, testpaths: tests plugins:...

Search cabal file in the current directory and the parent ones. If more than one cabal files are found, then no one is chosen.

Currently missing from tests: - [x] Options `--cabal-file` and `--cabal-macros` and `-I --include-dir` - [x] Argon.Types (toJSON instances) - [ ] Argon.Results - [x] Argon.Formatters

testing

It would be nice to have Python 3 support. I get this error while running the program: ``` $ challenges --active ⏎ Traceback (most recent call last): File /home/u/v/bin/challenges, line...

By changing local imports and making them relative, the program is able to run under Python 3. Fixes #3.

It's mentioned in the README and in the front page of the documentation that textacy has some facilities for true-casing words. ## Expected Behavior It should be present in the...

I am using this library in a concurrent environment but I frequently get timeout errors when there shouldn't be any. I am instantiating the `Elasticsearch` object with `maxsize=200` since it...

As hinted in https://github.com/docopt/docopt.hs/issues/24#issuecomment-153082237 there is currently no way to get a list out of options. There is `getAllArgs`, but it only works for positional arguments.