ddofborg

Results 20 issues of ddofborg

I'd like to see an unfreeze() option. This would make a great utility to import/expiort/backup databases....

I am trying to use dataset with MySQL 8. I noticed `MySQLDB` is not really supported on Python3 and I found [mysqlclient](https://pypi.org/project/mysqlclient/), which replaces `MySQLDB` for Python 3. When I...

What is the size (in lines or bytes) of the scroll buffer?

Add a key command to reset the scroll view to `line 0`, basically live view. Also add key bindings for it commands for it.

Added example for keybindings and clarified process index.

It might be helpful to keep a log of the outputs? Maybe an option to write `stdin` and `stdout` to a file. Option for `append` or `overwrite`. And for filename...

I use `mprocs` to run background taks based on a producer / consumer queue (basically run forever). Very simple and effective tool, love it!! It's helpful to be able to...

Sometimes you want a fixed number of characters to be used for a number (for logging for example). With 5 characters (this includes numbers, decimal points and magnitude): 4000000 =>...

Versions: ``` Python: 3.8.10 __base_puppeteer_version__ = 'v1.6.0' __chromium_revision__ = '588429' version = '1.0.2' ``` I want to intercept AJAX responses (especially their return body). I use this code. This part...

I get a `StopIteration` when running `getDeviceList()`. I am on MacOS Ventura. Any ideas? >>> from iOSbackup import iOSbackup >>> iOSbackup.getDeviceList() Traceback (most recent call last): File "", line 1,...