Alex

Results 10 issues of Alex

Getting this error when trying to start whatsapp clone `ValueError: MDTabsLabel.color has an invalid format (got [])`

### Issue description or question def __repr__(self): return "" % (self.__class__.__name__, self) is listed as def __repr__(self): - return "%s: %s>" % (self.__class__.__name__, self) + return f"{self.__class__.__name__}: {self}>" Note the...

bug

it seems that in the Docs, the server and client for PubSub got mixed up (p25). It should be the Server that sends the message, and the client subscribes.

Getting this error when trying to build from source ubuntu 20.04 ``` $ make check ... * zlistx: OK * zloop: OK * zmsg: OK * zpoller: OK czmq_selftest: src/zsock.c:2384:...

stale

## What happened? instructions say that python3.7 should be used, but various files (docker) stil has python3.6 resulting in this error: ``` Warning: Python 3.6 was not found on your...

proposal to add Cleo CLI . The idea is to have a somewhat standardized way to add new CLI commands. Simply add new commands in the `commands` folder. example: app...

A update for python3 would be nice

When I upload a file it first gives message 'waiting' , then for a very short moment '1% uploading' and then it is ready. I'd like to see an image...

please provide install instructions. like depencies on django-countries , iban , ....

when a container is placed too high and the WireIt-Container-ddhandle is outside of the canvas, the scrollbars don't appear (when placed too far right or down then the scrollbars do...