Alexander Lenail

Results 68 issues of Alexander Lenail

Would be lovely to see the methods in here documented.

What if partition.padding accepted a function which returned an int, instead of just an int? ``` d3.partition().size([w, h]).padding(d => d.height * 10).round(true); ``` Result would look like: ![untitled drawing](https://user-images.githubusercontent.com/2761597/45231476-11508f00-b29a-11e8-8ce0-9bb644631150.png)

Was this too hard to maintain? It's a bummer for me. I really appreciated this list!

Hi Ken, I'm hoping to use AzureCopy to move a fairly large volume of data from S3 to Azure Blobs. I haven't been able to get it to work, I...

I started building my app with JupyterDash. I put the assets in a folder called `assets` next to my notebook. CSS/JS in the assets folder show up in my dash...

There exists [`_includes/toc.html`](https://github.com/fastai/fastpages/blob/master/_includes/toc.html) but I can't find a flag to add it to any template?

[Collapsible headings now exist on jupyter lab](https://twitter.com/jeremyphoward/status/1157342675491627009?lang=en). Would it be possible to add them to fastpages as an option?

enhancement

At the moment, it's possible to do ``` toc: true ``` to autogenerate a table of contents. I think it would be nice if there were also styling options, e.g....

enhancement
good first issue

The README [mentions](https://github.com/SciML/diffeqpy#in-place-mutating-form) that this library supports the inplace=True variant of ODEProblem, but does not mention whether inplace=False is supported. - If it is not supported, this issue could be...

Please feel free to close this issue since it's nothing more than un-constructive complaining. (Similar to #131) I'm seeing some strange edge points when I go to layout my graph:...