Dawid Laszuk

Results 54 comments of Dawid Laszuk

I'm new to Rust and `piston_window` so I'm not really sure what is the problem specifically. My guess is Xlib had some API update and that is incompatible with older...

I had exactly the same problem, but on vanilla Ubuntu 16.04. My solution was to disable git automatic end line conversion with `git config --global core.autocrlf false` before running `git...

I just tried "upgrading" it to `install-poetry` and it won't work. Main blocker right now is that it doesn't allow to use global env (https://github.com/python-poetry/poetry/issues/4187) which is necessary backend. They...

Hi @oshin94 , super sorry that it took my that long to reply! Simple distraction combined with forgetfulness. As it is right now, I haven't heard of anyone using this...

Sure. Can you just send me a specific paper what exactly you have in mind? On Tue, Feb 19, 2019, at 13:53, Sonam Ghosh wrote: > Since a lot of...

Hey! Thanks for reaching out with this as it's an interesting question/observation :) (And great apologies for delay!) My initial thought was that it's likely a computational bug but now...

I've just updated the EEMD code so that it supports handling trends separately (always as the last component). Check out EEMD's [class doc](https://pyemd.readthedocs.io/en/latest/eemd.html), but in short use `separate_trends` flag when...

Hi @kimyoungjin06, I'm sorry but I'm afraid I don't understand your reply :( Did my correction help? Do you see other problems? Not sure what that attached graph shows as...

I think I have an idea on how to add this, and potentially other stuff. Will likely work on within a week.

@kimyoungjin06 updated