Martin Rueckl
Martin Rueckl
Some unit-test that will prevent regression would be nice :) Thanks for fixing this!
A good example for this is the `databricks-connect` python dependency which ships its own internal spark and is hence incompatible with the `pyspark` dependency. As a poetry used it would...
I was playing around with a similar idea last year. I think to make that work, one would have to implement the `tower::Service` based on the `websys` crate. I had...
Just stumbled over the same thing - I want to create AST nodes programatically, i.e. without parsing. I see a couple of options: - `pub new(name: &'a str, span: Span)->IdIdResult
I think this can be closed :) Thanks again @alexcrichton
I think that would also allow to decompress while downloading
I hope I find time to investigate in this issue this week. At first glance as a reminder for my self: https://stackoverflow.com/questions/10888045/simple-ipython-example-raises-exception-on-sys-exit may be related.
I updated the rtf files in pr #19. However, at the moment files that are referenced in the documentation are missing in the repo: * the ilastik project * the...
@stephenlenzi @fjohenning please review the changes in the `doc/example/notebooks` directory! Dont forget to change the branch on github website (top left: `master` -> `markdown-documentation`)
todo: integrate notebook documentation on [samuroi.readthedocs.org](http://samuroi.readthedocs.io/en/latest/) using [sphinx notebook tool](http://nbsphinx.readthedocs.io/en/0.2.13/usage.html)