Aareon Sullivan

Results 79 comments of Aareon Sullivan

How about using it like this? ``` from merkletools import MerkleTools class Merkle(MerkleTools): def __init__(self, hash_function): super().__init__() self.hash_function = hash_function ``` Now you have no constraint on the hash function,...

Documentation and tests missing.

By printing the `resp`, I've found that the response does not contain any `"Contents"`. `resp` json ``` {'ResponseMetadata': {'RequestId': 'FR9EXQ716YRWTH9Q', 'HostId': '02u78j1flNyvosdo9+Z11rLb3syEOq3RrBXEWLon1oFP5GjDtktRyohYPaAF7DCMIsLZFasuuOo=', 'HTTPStatus Code': 200, 'HTTPHeaders': {'x-amz-id-2': '02u78j1flNyvosdo9+Z11rLb3syEOq3RrBXEWLon1oFP5GjDtktRyohYPaAF7DCMIsLZFasuuOo=', 'x-amz-request-id': 'FR9EXQ716YRWT...

Tested and jitter is removed, but it appears this math is quite a bit more expensive now. I had consistently >60fps prior to testing, and have seen dips to ~28fps...

@bert, this repository’s minimum Python requirement is `python2.7`. Older versions are not guaranteed to work.

Please attach browser name, version, and OS version. Please include any extensions/plugins you may have installed in your browser, as well as any software you may be using to manage...

Binding `Button-1` and `KeyRelease` on `tableview.view`, I have found that getting the selection does not work as expected on the first event. I've tried using `tableview.view.update` then `tableview.view.selection()` to no...

I've also noticed that `tableview.insert_row("end", ["value1", "value2", "value3"])` does not work, at least on 3.12. `tableview.view.insert_row()` does work as expected.

Can anyone else confirm that this issue has been resolved by [>=0.9.12.196](https://github.com/workspacer/workspacer/releases/tag/unstable)