Results 147 comments of Emmanuelle Gouillart

Oh yes, I moved the app to a multipage app, now it's http://dash-canvas.herokuapp.com/app2 Sorry about that! (the README has been updated on the github repo)

@mkcor so sorry I missed your comment! Yes, you have to run the app using master, I haven't made a release yet with the changes...

I have made several releases since then, so it should be OK now if you pip install -U :-)

@jvkersch would you mind taking a look at this quick update of the contributing notes? Having you onboard is a good opportunity to solve pain points which you might have...

Thank you for your comments. For webpack I have to investigate a bit; it is included in the dependencies in the package.json but maybe not at the right place...

Thank you @DerThorsten ! I also need to read the PR in more details. Right now you can take a look at the built CI doc on https://output.circle-artifacts.com/output/job/60034042-2f07-4163-96d7-57e0b56af094/artifacts/0/doc/build/html/index.html Taking a...

@CsatiZoltan proposing a coloring based on neighbors is a nice idea, but I think it belongs to a separate function since all functions in the `color` module ignore neighbors information...

Is it something which has been introduced recently? I'm tagging this as 0.18 in case it's a new thing and we want to fix it before the release.

My argument in favor of keeping `io.imread`: even if we do the deprecation properly etc., it would be a communication/public relations disaster to break 90% of users' scripts. People are...

In the dev meeting, Almar made an interesting suggestion: - rewrite our documentation to teach people how to use imageio (gallery examples in particular) - but keep `io.imread` as a...