Timothée Mazzucotelli

Results 1156 comments of Timothée Mazzucotelli

To use `--start-color`, we must also do this manually: ```python from pydeps import colors colors.START_COLOR = options["start_color"] ```

Great, thank you for your anwser. I'll play with `depgraph_to_dotsrc` and see if I can send a PR with some "import" command/flag.

Maybe Poetry is not installing wheel in the venv because it assumes the venv was created by itself, using virtualenv, and hence wheel would be installed already. If you can...

I feel generous, want a PR :smile:?

Ah, just saw they have a similar list here: https://github.com/LukasMasuch/best-of-react#state-management :open_mouth:

Yes, too disruptive for me right now. I'm used to always type `gc -am "my commit message"`. I would like to be able to do the same with `gz -am...

I fixed this by reinstalling all the dependencies (including numpy) in a dedicated virtualenv. ``` virtualenv -p python3.5 py35 . py35/bin/activate pip install ... ```

But what is it replacing? Bash has the `getopts` builtin.

What do you mean by "category"? Also, how would that URI be used in a given theme? Did you envision something like a "New page" button or link somewhere? Lots...