Jarosław Jedynak
Jarosław Jedynak
`Additionally, predicting and measuring the memory consumption isn't that trivial imo.` Far from trivial, so I'm not sure how to handle it. For example, it's almost impossible to predict exactly...
I będzie można napisać konsolowy klient 4p! A tak poważnie - przydałoby się API do najnowszych tematów,, najlepiej z tagiem (czegoś takiego używają na ircu do bota). Brzydka wersja tego...
What happens when there's both a "regular" config variable (MWDB_XXX) and "file" one (MWDB_XXX_FILE)? Options are: - "normal" option has the precedence - "file" option has the precedence - runtime...
:+1: I also thought about it. What do you think about (additional?) per-VM configuration? For example some VMs are much more lightweight than the others (for example most terminal apps...
Wow, a year has passed. Sorry, I had this in the back of my mind, but didn't realise 11 months have passed. I would like to get to it. I've...
I have been thinking about this recently. This is tagged as `volunteer needed`, and you have expressed willingness to accept PRs multiple times. Are you still open to this idea?...
Thanks for your detailed and thoughtful response. > Here is a problem mention for 3.8, but it is equally valid for 3.9: https://github.com/rocky/python-decompile3/issues/105 So if you want to improve the...
> Actually, yes, Have you looked at [How does this code work?](https://github.com/rocky/python-uncompyle6/wiki/How-does-this-code-work%3F), [Table-driven semantic actions](https://github.com/rocky/python-uncompyle6/wiki/Table-driven-semantic-actions), and the Fixing Issue #x wiki pages? No, I completely missed that (I cloned the...
Is this still wanted? Happy to work on that @rocky. (I agree that ``` a, b = foo() ``` looks cleanear and more pythonic than ``` (a, b) = foo()...
I think a better approach is #282 - it's simpler, and I think this version may fail with more than two agents (concurrency is hard). The gist is something like...