Lukasz Taczuk

Results 41 comments of Lukasz Taczuk

Hey! I fixed that issue with ModuleNotFoundError in https://github.com/overfl0/IDAPython-pycharm-setup/commit/fcb627c339070101c12eb2eca6bd958c2a047c2f ! If I said I'll fix it, then I'll fix it. No need to remind me every year! ;)

Hi, I was thinking of tackling the includes when I'd be done with figuring out https://github.com/overfl0/Armaclass/issues/8 in a meaningful way. What needs to be kept in mind when making changes...

@elliot-100 I'd much rather prefer to have it solved the correct way, instead of something that will then linger in the library, after it has been implemented correctly, because of...

This looks like an issue with either zmq or something that uses zmq. Most probably one of jupyter submodules (or maybe ipyida). I would advise troubleshooting what exactly is triggering...

IPython writes that message unconditionally when `%reset --aggressive` is called: https://github.com/ipython/ipython/blob/main/IPython/core/interactiveshell.py#L1455 There is no simple way to drop it **and keep showing potential errors** of that execution, at the same...

Sorry, I somehow missed this message. I thought of something along the lines of: ``` client.execute_interactive(f'%reset -f --aggressive', store_history=False, silent=True, output_hook=lambda x: x) ```

> Coming together in #6585. Hi, @charliermarsh does the above PR fix the "issue 2" mentioned in the first message so that you can have dev and non-dev dependencies? Also,...

According to https://hynek.me/articles/docker-signals/ the signal that docker is supposed to send you is SIGTERM (so not SIGINT, which is sent on Ctrl+C), but I'm not an expert on this so...

Although I have to add that both adding `STOPSIGNAL SIGINT` to the Dockerfile and `stop_signal: SIGINT` to compose.yml failed for me, for some reason, as well.

Hi @charliermarsh , I have tested this PR the same way as I stated in https://github.com/astral-sh/uv/issues/6724 and sadly it doesn't seem to actually fix the issue 😬 The service still...