Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add reproductibility to issue 77 #81

Closed
wants to merge 1 commit into from

Conversation

nyradr
Copy link

@nyradr nyradr commented Dec 2, 2020

I managed to reproduce the bug with this setup.
With this I can click once and the object (left or right) is fetched but nothing happen when I click another time.

There is an ugly populate function in issue-77/models.py to populate the database with the right objects.

@adamghill
Copy link
Owner

Thanks! I can reproduce the issue and also it exposed another problem with serializing floats (#82). I am looking into fixes for both for the next version.

@adamghill
Copy link
Owner

aaf62e8 contains a fix for the AttributeError: 'int' object has no attribute 'keys' error.

@adamghill
Copy link
Owner

0e437c9 contains the fix for floats being rendered as integers.

Both fixes are now released in version 0.10.1 which is now on pypi.

@adamghill adamghill closed this Dec 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants