Loki The Great

Results 9 comments of Loki The Great

In python 3.9 you have to use named parameters like so: > import _pickle as cPickle > imported = cPickle.Unpickler(file=f, encoding='latin1') > training_data, validation_data, test_data = imported.load() >

The interface is likely generating large numbers of thumbnails, which it seems to do all over again when I open.

I suppose. I just like the little script I made, makes its simple. Damn I had forgot I added this lol

https://youtu.be/lGgBDjY4yME See. It let me make this video.

I'm having this issue suddenly too trying to tether and the above works... but on fedora and i have no idea what bleak does...

APPImage seems to work fine for me. Running Fedora 40 upgraded from 38.

@pawelsalawa I'll get back to you on this.

I'm seeing this too. It's breaking where its accessing the style selected as a dictionary key, in the toplevel object. The KeyError changes based on style you select as well....

Appears to be line 116 of run.py at HEAD. It appears constants related to style have moved to a class called TableStyle as static members. self.pretty = PrettyTable(self.field_names, style=prettytable.TableStyle.__dict__[config.style.upper()]) Should...