Mikhail Liamets
Mikhail Liamets
Thank you! Could you share the binaries?
@pyinto @reformedot Instagram does not allow sending a plain text password at `accounts/login/ajax/` anymore, it requires `enc_password` parameter instead. Refer to this dilame/instagram-private-api#1010
Could you clarify what you meant by setting up a logger? Thank you for this description. @jmaroeder I am having the same problem right now, I tried wrapping imports into...
In my case, logs wouldn't appear because I did not configure Loguru sink. Please, anyone having the same problem, find a reference [here](https://github.com/Delgan/loguru#entirely-compatible-with-standard-logging)
Having the same issue on Plasma 6. Apparently, because it uses kwin as its compositor. What are the steps and challenges to implement it for other compositors? :thinking:
> alter table statement which, in ansi, contains a keyword that doesn't exist in sqlite Could you clarify this one for me? I am not sure which steps to take...
This parsing error cannot be ignored by means other than `.sqlfluffignore`, which is an overkill for me. Steps to reproduce: ```sh echo 'ALTER TABLE messages ADD author_id INTEGER NULL REFERENCES...
OutlineCLI worked well for me on Arch. Thanks @jyyi1
Now it seems that the pyppeteer library has a flaw itself. The following sequence results in one additional zombie process. ```from pyppeteer import launch``` ```browser = await launch(args=['--disable-gpu', '--no-sandbox', '--single-process'])```...
Well, I checked it inside the host Ubuntu machine. Works just fine. No zombies are spawned