Dominik Heidler
Dominik Heidler
This allows installing packages using mip from an index served from the local fs. Usecases: For local testing (especially but not necessarily limited to) using the unix port. So you...
https://github.com/micropython/micropython-lib/blob/master/micropython/usb/usb-device-cdc/usb/device/cdc.py#L368 and same for read function. ```python # check for timeout if time.ticks_diff(time.ticks_ms(), start) >= self._timeout: return len(buf) - len(mv) machine.idle() ``` should be something like this: ```python if isinstance(self._timeout,...
This is related to the new preload functionality of zypper. See https://lists.opensuse.org/archives/list/[email protected]/thread/JR725AXWDZYLJ3PKIKYAYQQAXE6OWQMM/ Work in progress as `.repo` files with `mirrorlist=` entries will not work in zypper older than 1.14.90.
When opening a dir, the dir is listed. When viewing a dir listing and positioning the cursor over a file name and pressing Ctrl-O, the file name is used as...
e.g. on https://www.saarbruecker-zeitung.de/saarland/saar-pfalz-kreis/bexbach/epic-empires-wurden-auf-dem-utopion-gelaende-in-bexbach-ausgetragen_aid-133540999 the bot does it's job but there is still some css (`article-content--reduced`) class left that lets the text fade to gray.
https://progress.opensuse.org/issues/176319