Paul Kronenwetter

Results 26 comments of Paul Kronenwetter

Similar to #138 I'd like to see if a feature could be added to allow skipping mutations when a function is an instance of a specified object. Primarily my use...

Please! Here are a few examples of the entries I'd like to avoid mutating: `log.debug(f"Debug argument is not valid")` `mylog.debug(f"Retrieving data for question ID: {qid}")` `input(f"Enter exam to generate {choice_list}:...

For me, this error only occurred on entries that had "Auto-Type:" or "Auto-Type-Window:" lines in the notes. Once I eliminated these from those entries, the errors stopped. It had nothing...

Since it's been so long, I'll likely close this and see how the latest update / code revision behaves.

Agreed. That will require a bit more digging into the code to learn how the configuration and implementation are tied together. There is a setting for ID or no ID,...

I think I see this as well, but without anything in /etc/docker/docker.json. Package versions: moby-engine-19.03.11-1.ce.git42e35e6.fc32.x86_64 docker-compose-1.25.4-1.fc32.noarch Two 'equivalent' containers were created: $ docker run -d --name nginx nginx:alpine $ docker-compose...

> For the user service, during run-time (not while packaging), I think it's more appropriate to put the service into `~/.config/systemd/user`. This will allow creating the service by a non-root...

Experiencing this, with the same errors in `xrdp-sesman.log`, on Ubuntu 22.04, granted with a slightly older version - 0.9.17. Updating to current is in the plan for the near future.

I've started looking at this. Preliminary finding: Android 7 changed the format of ls -l -a -d such that the date is in "slot" 5 vs. 3 or 4. This...

For comparison, my old 4.2 phone returns this data: ``` $ adb shell ls -l -a -d / drwxr-xr-x root root 1972-02-26 15:27 $ adb shell ls -l -a -d...