Stephen Fay

Results 14 comments of Stephen Fay

Sorry for the rude comment, admittedly I was hungry at the time of writing. You guys are doing an amazing job, thanks for Boostnote! Although I do wish you made...

Aye! Is this being worked on? This software looks really awesome and powerful but I'm having trouble using it. I want to solve the inverse problem: finding mu_a and mu_s...

I'm taking a look at it, it might take a little while cause I'm busy and kindof a noob

I'm unable to run the Docker container for Bible.rs. Building with `docker build -t biblers .` works fine, but when I try to run it with `docker run -p 8080:8080...

Yes, I'm running on an M1 machine. I'm going to try troubleshooting, I'll let you know if I have any success

You can run files with a flag ([stackoverflow](https://stackoverflow.com/questions/14463277/how-to-disable-python-warnings)) ```python -W ignore foo.py``` If this is no good how about turning those warnings into logs with the built-in logging library. Perhaps...

Yes this was what I tried first - I had issues with the back-end: some code that worked on my mac wasn't working on my coworkers' windows and vice-versa, this...

> maybe we can just extend plot_sensors_connectivity to have a 2D matplotlib version? @agramfort Certainly we can recycle the code, in fact that's what I did to some extent, it...

Okay, is there consensus on whether it's worth implementing? I'd be happy to help.