pikers / piker

(e2e) foss trading for non-tinas
GNU Affero General Public License v3.0
103 stars 17 forks source link

Python 3.10 support 🥳 #272

Closed goodboy closed 2 years ago

goodboy commented 2 years ago

Closes #243.

Starting point for being able to do all the awesome stuff listed in our wish list issues:

goodboy commented 2 years ago

Still seeing this from non-crash causing callbacks:

Traceback (most recent call last):
  File "/home/goodboy/repos/piker/piker/ui/_forms.py", line 108, in sizeHint
    psh.setWidth(chars_w_pxs * scale)
TypeError: setWidth(self, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
  File "/home/goodboy/repos/piker/piker/ui/_forms.py", line 108, in sizeHint
    psh.setWidth(chars_w_pxs * scale)
TypeError: setWidth(self, int): argument 1 has unexpected type 'float'
goodboy commented 2 years ago

@guilledk added msgspec as dep for now since it's a substantial perf boost and likely what most tractor peeps are using.

goodboy commented 2 years ago

Lol merged to wrong branch...