Almog Cohen

Results 21 issues of Almog Cohen

It seems to be already part of the package, but is missing from the docs.

I've recently contributed a PR to the repo. (yesterday? :) ) I'd be happy to see the latest code on PyPi. Maybe version 0.8.5? I'd really appreciate that! Thanks!

Hi, Just trying to use the player option with vexflow but it seems that for some reason only the first two notes are played well and rest sound weird. The...

## Description `pytest_resilient_circuits` does not support pytest version greater or equal to `4.1.0`. It was tested to work perfectly with `pytest==4.0.0`. ## Describe How to Reproduce Require `pytest>=4.1.0` in your...

When trying to use i18n together with VersionedDoc, for some reason the constructor is called twice and there is KeyError Exception.

I found exactly the code responsible for the bug. in migration.py ``` doc.collection.update(self.target, self.update, multi=False, safe=safe) # reload try: doc.update(doc.collection.get_from_id(doc['_id'])) except: raise OperationFailure('Can not reload an unsaved document. ' '%s...

Assuming we do the following: ``` class Doc(SchemaDocument): structure = {'test': u''} i18n = ['test'] ``` then registering the `Doc` to some collection we initiate a `doc`: `doc = con.test.Doc()`...