Adam Wallner

Results 7 comments of Adam Wallner

> Looks like it's because of the character `'Kivétel történt.'` @loonghao It means `Exception occurred` in Hungarian. It is not my input. I just run the example program. It is...

@TsXor No, as you can see from the error message, it is because of system language.

@TsXor As I wrote, I tested it with the examples of the project: https://loonghao.github.io/photoshop-python-api/examples/#eval-javascript So it should be good.

This library has .reconstruction() method: https://github.com/aaren/wavelets Maybe someone could merge the 2? It would be good to have one complete wavelet library for python.

If anybody has this problem, it is how you can filter annoying warnings: ```python import warnings # Suppress warnings only for aiomysql, all other modules can send warnings warnings.filterwarnings('ignore', module=r"aiomysql")...

I created a trailing space remover extension, which works on notebook save event. You can check how I implemented it: https://github.com/wallneradam/jupyterlab-trailing-space-remover It was very hard to find how to listen...

It is still a problem, and the #1493 is indeed fix that. Why is it not merged for 2 years?