Marsel

Results 6 issues of Marsel

Here is a simple example: ``` @pytest.fixture(autouse=True) def fixture(request): yield ``` It will raise `StopIteration` .

Hey! Thanks for this lib! I'm trying to use fakeIndexedDB in node environment and have the following code: ``` import FDBCursor = require("fake-indexeddb/lib/FDBCursor"); ``` Just trying to import fdbcursor but...

Hello! When I try to follow user insert queries return the following error: ``` ERROR 2014-10-07 13:21:24,547 log 5092 -1216981312 Task stream_framework.tasks.fanout_operation_hi_priority[3312a605-9d8a-4ee7-9385-929f6d881b68] raised unexpected: OperationTimedOut('errors=errors=errors={}, last_host=localhost, last_host=None, last_host=None',) Traceback (most...

Thanks a lot for the module! I want to wrap json object into callback: ``` callback({"foo": "bar"}) ``` I don't know how to do that. I've tried to return result...

Example: - Worker takes a task - Run `package.reload()` - [Task is released back to ready state](https://github.com/tarantool/queue/blob/cede9456e27ed695e865274b44768d5416e6e128/queue/abstract.lua#L581). - Worker cannot ack task https://github.com/tarantool/queue/issues/66 https://github.com/tarantool/queue/pull/106

Hi! Django passes django.utils.safestring.SafeText to the url template tag when using string literal to define subdomain in template.