Lukasz Taczuk

Results 41 comments of Lukasz Taczuk

For the record: Commit https://github.com/overfl0/Armaclass/commit/42a5d83d46c2c1d317260ca36d2bb7b80827e4ba fixes empty classes. You can just use the master branch. Regarding the other part, I've started working on it yesterday, but hit a few issues...

The master branch fixes that issue because I've added it just before writing that last message so it's normal that you did not expect it to work on master (because...

> a dataclass might be helpful here? I'm afraid not. The classes' contents that have a dataclass decorator need to be known ahead of time. I think? Maybe if there...

https://www.youtube.com/watch?v=Vyw6n1EKlww Good morning! Nice day for adding tests, isn't it? 😀 @Adanteh

Hey, @Adanteh! maybe you've changed your mind 3 years later? 🤔

I have rewritten Adanteh's code myself and added my own tests instead of reusing his PR. I'll keep this PR open in case someone wants to add macro parsing, as...

That's interesting, because I could swear that debugging was working back when I initially uploaded the code (especially that I remember someone on Twitter explicitly asked me about debugging in...

As a side-note, code just prior to the import adds the file's directory to the path stating that this is to ensure importing works even in isolated mode, so adding...

Actually I completely missed the second part of your message 🤦 You're completely right: `_pydevd_bundle` is imported from `debugpy` and since we're looking for a subpackage and the (wrong) package...

Ok @agentzappo, I managed to get it to work, but with a really dirty workaround, for now. Replace the last line of the `pycharm_wrapper.py` with: ```python if 'helpers/pydev/pydevd.py' in args.path:...