Richard Höchenberger

Results 466 comments of Richard Höchenberger

No, you just fork this repository, work on your own branch, and then create a pull request

We still don't have a solution for this, do we? :( I want to store some BV data in BIDS format. The data doesn't contain the reference channel. Now I'm...

Hello, I wanted to ask if any progress has been made on this issue since last year? :) Thank you!

Hello, may I ask what the current status of this is? Do you need any more work or testing to be done before this PR will be considered for a...

Hello @giampaolo, what are your thoughts on this? This is something that's important e.g. to users on Apple Silicon.

@edxu96 We added the following `postCreateCommand` to `devcontainer.json`: ```json "postCreateCommand": { // Install pyenv "install-pyenv": "curl https://pyenv.run | bash", "add-pyenv-to-path": "echo 'export PATH=\"$PYENV_ROOT/bin:$PATH\"' >> ~/.zshrc && echo 'eval \"$(pyenv init...