Josiah Kaviani
Josiah Kaviani
If not every member is covered the error will be raised.
Stories should be linear. We deny using steps inside Conditionals. Only substories could be used inside the switch. Otherwise, logic supposed to be encapsulated inside steps will pollute story definition.
* story representation * state representation
Some times it's useful to explain implementation details of the function with usage examples in the comment. I propose to allow doctest prefixed code in the comments. What do you...
* Django Export Action version: `django-export-action==0.1.1` * Django version: `django==1.11.9` * Python version: `3.6.5` * Operating System: debian stretch (official python docker image) ### Description When I trying to export...
Hello, thanks for wonderful tool! [Prettier](https://prettier.io/) is a very popular pretty printer tool. It could be used to format javascript, yaml, markdown, and a lot more file formats. Unfortunately, it...
Hello. I have following maven configuration (full version of pom.xml is [here](https://github.com/proofit404/DataRouter/blob/master/proxy/pom.xml)): ``` jar ... com.theoryinpractise clojure-maven-plugin 1.3.10 src/main/clojure/proxy/main.clj compile compile compile test test test ... ``` I try to...
I think it is useful to have rate limit per each queue on the worker side. If this is desired feature lets discus how it maybe shaped in the API...
**Exception** ``` Traceback (most recent call last): File "django/core/handlers/exception.py", line 41, in inner response = get_response(request) File "django/core/handlers/base.py", line 187, in _get_response response = self.process_exception_by_middleware(e, request) File "django/core/handlers/base.py", line 185,...