Stavros Ntentos
Stavros Ntentos
_I updated my above comment with info as-they-come._ For the sake of keeping the timeline, however, I'll say I am using `pudb3` with `python3` script
Please add those (and mine and whatever else) as unit tests. The issue seems very delicate
> The issue only occurs when the debugger is in a local function scope. I understand that; however, for the `NameError: name 're' is not defined` doesn't exactly sound like...
Hey @Moustachauve! Is this something still considered for the project? Are you planning to implement it? If not, I can try to submit a PR for it (at least the...
I have added a small PoC code to my https://github.com/stdedos/cookie-editor/tree/feature/17-cookies-as-netscape branch. I have isolated the `(export)cookiesAs#` logic, and I've written the counterpart function for the Netscape format (more details in...
> Do I get it right that you get `slowMo=0.0625` regardless the order of how you declare `${SLOWMO_VAL}`? I tested this locally and your latter example gave me `slowMo=0`. Hmm...
> I don't see much point in declaring same variable multiple times in one place and thus don't think it really matters which one of them is actually used. I...
> 1. Always first try finding a variable with the "full" name. For example, with `${x=y}` use `x=y`. I'd never use `=` anyway in a variable myself (unless _somehow_ I...
I have needrestart 3.5 on Ubuntu Focal - and libvirt.service is always listed as restartable (default off), and I am wondering if the exact reason that that's listed is _because_...
Oops 😅 I was using `-O ` directly, because `gpg --dearmor` is a lil bit unnecessary on nowadays SecureApt (hence the sudo). However, I've decided against it in the end....