Erik Bjäreholt

Results 446 comments of Erik Bjäreholt

Typechecking issues were fixed in https://github.com/NeuroTechX/eeg-notebooks/commit/af937bbf74ff6125f096c333e50e89d9a9c70db8, rebasing on master should fix it.

@shishankjain It it hard to figure out the cause of this without the full logs. Please paste them in full instead of screenshots.

This all seems like code in `jupyter_core`? Weird that it gets called/imported? Anyway, pretty sure it's caused by pywin32 being missing. You can probably install it with `pip install pywin32`....

This looks really good, but has unfortunately seemed to stall. @hubertjb Any chance this be ready to merge anytime soon? :slightly_smiling_face:

Probably better to open this issue in the muse-lsl repo. There's an experimental bleak backend in muse-lsl (not sure if merged yet) that I've found to work well on Linux...

I think this is a duplicate of #108 Are the markers not appearing at all, or is the column just missing values initially?

I'm fairly confident that they are aligned, but @JohnGriffiths might have a more confident answer.

@johan-bjareholt I've explained the reasoning for why it's needed in the docstring for `auth.rs` But yes, the key will be exposed if not used with HTTPS. However, for Android apps...

I went into the build folder manually and ran the command with the correct PATH, and it worked... (maybe because of the "Please run the same make command again" message?)...

I'm tempted to work around this by uploading artifacts from aw-server-rust CI (https://github.com/ActivityWatch/aw-server-rust/pull/214) and then downloading them in aw-android CI using something like https://github.com/dawidd6/action-download-artifact (would require completing migration to GitHub...