Results 26 comments of Gugu72

@Minishlink Just wondering, what's currently missing in that PR? The required fixes in reviews? (and conflicts)

I'm building a webpush service using this incredible library and need to maximize performance. I'll run some tests with a `Pool`, which seems like it could be faster to me....

I can confirm using a Pool is much faster. However, I cannot return a generator of `MessageSentReport` objects using this method, which is quite unfortunate. If you have any ideas...

I'm unsure I understand the underlying problem here. If you are able to access your own variables when calling `flush`, why can't you use them inside the `for` loop? *I...

Okay, I think I get what you mean because I'm encountering the same issue. I end up using the endpoint to find the user 😁

After some more research, this might be possible using multiple IDAT chunks? Let me know what you think :)

I agree, it's very disturbing. You can also change a setting of PyCodeStyle so it does apply.

After some self investigations, here's what I could find in extensions console: From "Python": ```py Python[18:44:58.668000] pyls.executable: /Library/Frameworks/Python.framework/Versions/3.8/bin/pyls Python[18:44:58.668000] pyls.logPath: /private/tmp/pyls.log Python[18:44:58.684000] pyls.configurationSources: pycodestyle Python[18:44:58.684000] pyls.rope.extensionModules: null is null. Returning...

Pylint plugin is disabled, I will try by deinstalling it then. Also using latest commit now 👍🏻

Ah well, I ran into an issue, how can I update the plugin using the latest commit?