Sebastian Wilzbach

Results 539 comments of Sebastian Wilzbach

> I'm afraid I don't have a suggestion about how to implement this I also don't have an ideal suggestion how BioJS could handle this generically. So the text below...

> This would seem to push us towards "token based authentication" This reminds me of the [Amazon REST API](http://docs.aws.amazon.com/AmazonS3/latest/dev/S3_Authentication2.html). Their idea is to use a public access id and a...

**status update** There is a project called [Moonshot](https://wiki.moonshot.ja.net/display/HOME/Home) and they intend to provide > [browser extensions](https://github.com/janetuk/moonshot-firefox) that will allow JavaScript to access the GSSAPI for authentication, but there is no...

For the utility I started a small list of interesting npm packages aimed at newbies at the [BioJS wiki](https://github.com/biojs/biojs/wiki/I-need-a-npm-module-for-X).

> I have always be in favour of having "utils" packages if... As you might know as, I started [biojs-io-parser](https://github.com/biojs/biojs-io-parser). The idea of this generic parser is to assist people...

@abstatic - that's nice to hear. Don't hesitate to go ahead, play with it and create a simple component. Here's a simple roadmap that could get you on the right...

@abstatic you might want to ping @dblank as he has a lot of experience in integrating dynamic content to IPython/Jupyter & he would be one of the mentors for the...

Hi @zsameem 1) you can use `browserify -s ` - it will generate an UMD bundle for the supplied export name or use `requirejs.config({paths: {foo: ''}})` (_warning_: these approaches might...

Quite astonished to realize that :D How about mirroring the DNA in the SVG and we should be good to go? @daviddao do you have time to do that? >...

daviddao means that we can't access your file due to your file permissions. On 2016-03-25 16:36, Amey Agrawal wrote: > @daviddao It was just implementation of suggestion by @greenify ....