Uri Shaked

Results 619 comments of Uri Shaked

I've just tried it on my Windows machine, but it doesn't even connect with the device. Have you tried muse-lsl? It worked for me well in the past

https://github.com/urish/muse-lsl

This sounds strange indeed. The `takeUntil()` basically removes the event listeners when the device disconnects, but they are recreated when you `connect()`, so it shouldn't be an issue. Do you...

@zoehneto not yet - it should be quite easy to implement though using the work done in #27 as a foundation

Hi @manudss, thanks for the feedback! What you describe sounds feasible to some extent. At least in some cases, the inputs and outputs of functions can be captured automatically in...

As far as I can remember, I had the exact same issue when I tried to get #49 to work. I hope to find some time later this week to...

I spent some time thinking about this, and I think using Proxy objects (along with some decorators) could do the trick. I prototyped something quick here, just to check feasibility:...

@MadaraUchiha @benjamingr perhaps you have some idea how to do it better? Currently, typewiz replaces properties with setter/getters, so we can instrument the setters. I was thinking about using Proxy...

Thanks for reporting! Basically, if I understand correctly, you ran `apply-types`, and then removed the definition of `displayTypeInfo`, and then ran `apply-types` again using the collected type information from the...