Soichi Hayashi

Results 90 issues of Soichi Hayashi

I have followed README and added following on my page template ``` ``` However, no matter which page I visit (with different app._id), I see the same Disqus thread. Is...

I am using this component to render README.md content stored on github (for example, https://github.com/soichih/app-AFQ_figures) If there is any images referenced on the README.md like this. ``` ![screenshot](screenshot.png) ``` Although...

Hello. Thanks for this great module! I was wondering how I should go about handling academic paper citation. Can you add support for bibtex or pandoc module? Or is there...

Added instruction to install openal and sndfile libraries.

I am trying to add a directory full of symbolic links to my archive by doing something .. ``` archive.directory("/some/dir_with_symlinks", "dir"); ``` I have a lot of symbolic links inside...

I am accessing a bunch of .tar files with ratarmount stored on a remote filesystem through sshfs. As each file had to be accessed via sshfs, I am seeing a...

performance

This is a comically similar issue to the one I've reported in https://github.com/dipy/dipy/issues/2046 Jan Jurzawski tried to upload b0 only dwi volume on brainlife and it failed with this error...

:grey_question: type:Question :grey_question:
state: needs feedback

Is there a way to disable scroll animation when I set scroll position with scrollTo()? Like.. when I do . ``` this.$refs.Scrollbar.scrollToY(1000) ``` My window scroll to the position as...

Is there any relationship between bids-validator version and BIDS specification version? For example, I am preparing a BIDS dataset according to the latest BIDS specification (to the best of my...

question

Hello. My oauth2 provider handles multiple idP(s), and I can specify which one to use by setting "selected_idp" parameter to authorize URL > http://www.cilogon.org/oidc I see that I can add...