Cesar Canassa

Results 21 issues of Cesar Canassa

Hello, Setuptools supports configuring libraries using only the setup.cfg nowadays., see: https://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files It would be nice if pip-upgrader could parse that aswell. I think that it should limit itself for...

Is there an option to send raw text when using the Remote Control?

When I run `lein appengine-prepare` it output this error: ``` java.io.FileNotFoundException: Could not locate lancet/core__init.class or lancet/core.clj on classpath: at clojure.lang.RT.load(RT.java:432) at clojure.lang.RT.load(RT.java:400) at clojure.core$load$fn__4890.invoke(core.clj:5415) at clojure.core$load.doInvoke(core.clj:5414) at clojure.lang.RestFn.invoke(RestFn.java:408) at...

Currently, Localshop supports custom storage using the [django-storages](https://pypi.python.org/pypi/django-storages) project. The problem is that the django-storages project is currently dead. There were no release since 2013-03-31 and the last commit on...

enhancement

The [`fetch_package`](https://github.com/mvantellingen/localshop/blob/develop/localshop/apps/packages/tasks.py#L18) task is the task responsible for accessing for fetching a package metadata from the PyPI API and creating the package models in Localshop. This task is called every...

enhancement

We recently added the parameter `ignoreMovingMonsters` to the `FindMovingMonster` function and while it helps, there are still places where we need to find the monster at a position and also...

I grouped all the low-hanging fruits in a single PR.

:sparkles: ~~Adds the Shuffle helper function~~ :sparkles: Adds WalkAny :recycle: Changes RandomWalk to receive a monster reference (closes #4905) :memo: Minor documentation fixes :fire: Merges RandomWalk2 into RandomWalk

DRF does not use raw strings but the ErrorDetail which is a subclass of str See: https://github.com/encode/django-rest-framework/blob/master/rest_framework/exceptions.py#L18