Michael Chow

Results 250 comments of Michael Chow
trafficstars

Ah, thanks for laying out the situation! I didn't realize dynamic tasks were in the mix, so it's helpful to hear about. I'm not sure I have the procedure gusty...

But looking closer, is there a bad thing that happens if you remove the check here?: https://github.com/chriscardillo/gusty/blob/e2ed081658cae505bc6708ffb5b25266c917431f/gusty/building.py#L449 > so there is opportunity to treat explicit dependencies vs. dynamic dependencies differently,...

@thebjorn can you say a bit about how this could be implemented? I'm looking a bit at the structure of `pydeps --show-raw-deps`, and it seems like what could happen is......

Alright--so I got something very rough working, but am sure there is a better way. This script requires an output named `types.json`, that's the result of running something like... ```...

I've noticed that if there are issues with imports (e.g. the code tries to import something that doesn't exist), then it sometimes returns an empty graph. For example, if in...

> But I think that would be too much magic In case it's useful--it seems like the code in `pandas.DataFrame.to_sql` might be useful as a reference approach. They use [pandas._libs.lib.infer_dtype](https://github.com/pandas-dev/pandas/blob/master/pandas/io/sql.py#L1166),...

@mgeier I'm happy to take this up. Are you thinking that it would follow a similar format to [jupyterbook](https://jupyterbook.org/features/hiding.html#Hiding-page-elements-and-displaying-a-button-to-show-them)? Would this work for getting the ball rolling? * respond to...

Thanks! Opened a PR with a demo of toggling input--sphinx toggle is super handy :o

Thanks for your quick feedback. I'll take a closer look Monday--but wanted to quickly follow-up :). > What I really like about it, is that the inclusion of the sphinx_togglebutton...

cc @choldgraf, since he mentioned > All you should need to do is modify the selectors for the toggle buttons so that they map on to nbsphinx HTML structure, as...