Moved to @ad-si

Results 107 issues of Moved to @ad-si

It should also be possible to specify several files in the cli and get a pdf for each file

help wanted

While I was building http://feram.co/scikit-image-cheatsheet I noticed several inconsistencies in the scikit-image API. I'll just layout how I would restructure the API. Sorry for any duplicates with other issues and...

:fast_forward: Enhancement
:speech_balloon: Discussion
:scroll: API

There are a few gotchas. E.g. ```yaml dist: trusty sudo: required ``` is necessary to improve build time. (Full discussion https://github.com/purescript/purescript/issues/1880) Where should this be documented?

I think we should add support for metric units. Either as a switch or as another column in the table.

Great tool, but it does not seem to be published on pursuit, or am I missing something?

Mac OS: 0.11.1 node: 5.0.0 npm: 3.3.12 ``` shell $ make Running "jshint:public" (jshint) task >> 78 files lint free. Running "jshint:tests" (jshint) task >> 31 files lint free. Running...

Very cool repo! It would be nice to know some background information regarding the repository. Where did you get the data, how do you keep it up to date, …...

If one tries to use tuple aliases as constructor functions the error message is not helpful. ```elm module Main exposing (..) type alias PersonRecord = { name : String ,...

Only occurs when I set the `env_file` field ```yaml version: '2' services: mongo: image: mongo expose: - 27017 app: image: node-app fip: 123.123.123.123 depends_on: - mongo links: - mongo ports:...

https://docs.docker.com/compose/production/ describes to use this flag to restart single containers. Why is this missing in hyper. What's the correct way to do this with hyper?