Mike Levin http://MikeLev.in

Results 6 issues of Mike Levin http://MikeLev.in

pyfiglet doesn't import. Here's the error: import pyfiglet --------------------------------------------------------------------------- KeyError Traceback (most recent call last) ~\AppData\Local\Temp/ipykernel_17912/2380198760.py in ----> 1 import pyfiglet C:\JupyterLab\resources\jlab_server\lib\site-packages\pyfiglet\__init__.py in 57 58 if sys.platform == 'win32': --->...

help wanted

Call me stupid or a newb, but after many tries, I still can get the details correct. This leads to a number of other annoying issues, like the QEMU window...

enhancement

The boot process tries to reach the tftp server a few moments before it is available and retries until it can reach it, showing a few tftp connection errors to...

enhancement

It seems every binary I try to create is only compatible with the Mac OS it was compiled on. Not sure how I'm going to resolve this yet. I think...

To make resetting Levinux totally safe against losing any code you might want to preserve in your ~/home folder, the reset scripts need to detect the presence of prior home-backup.qcow...

enhancement

**Describe the bug** SortableJS() requires presence of Script(type='module') **Minimal Reproducible Example** External scripts can be included through the `fast_html()` wrapper, like so: ```python app, rt = fast_app( hdrs=(SortableJS()) ) ```...

bug