Marc Pabst
Marc Pabst
Hi @holzschu, one more question: do you remember if you ended up with an `*.so` or `*.dylib` library? And did you change anyhing about the way the dynamic lib is...
Thank you, that's very helpful! I think I'm at a point now where Python checks the right place for the library and loads it - but then immediately fails with...
I made it work!! I think Briefcase is dynamically linking the Pythin intepreter (?), so I had to replace `-C link-arg=-lpython3.12` with `-C link-arg=-undefined -C link-arg=dynamic_lookup"`.
Hi Jon, thanks for your reply! That's actually what I'm now doing—using a custom shader that applies gamma correction to my stimuli. This has the added benefit of being selective,...
Installing `python3-pip` did not work and somehow installed an outdated version of Python 3 and pip for me. `python3 -m ensurepip` did however work.
> > we ran into an issue where the events were mislabeled in the annotations in a raw brainvision file and the dataset curator labeled them correctly in the events.tsv......
Thank you for your reply! It's good to hear that you're still interested in maintaining this project. Believe me, I know how much work and responsibility these kinds of projects...
> Thank you for your interest - I will try to get senpai to a compiling state ASAP. That would be great! From there, I'll probably be able to get...
Hi, unfortunately, there hasn't been any progress as far as I can tell. And I've been quite busy with other things so no work on my side either. Still think...
This definitely used to work. I think a recent MacOS update broke this by changing the APIs for internal/external camera access. Should be relatively straightforward to fix this. This will...