Chris Sewell
Chris Sewell
> I've found Discourse to be a nice place for community interaction Its ok, but you just don't get the integrated links to Github code/issues/PRs/users etc.
> they give you a ton of knobs to tweak if you wish, and ways to influence the kinds of conversations that happen in the discourse forums Out of interest,...
Yeh cheers guys, certainly food for thought. I guess maybe there're two kinds of use cases: - Creating "live" code presentations, where you certainly need something along the lines of...
> The Google Slides API looks like an interesting route Well if I could actually use the damn thing! gsuitedevs/md2googleslides#70
thanks @s-weigand yeh it looks interesting, worth having a look at some point
Heya, as I note in https://github.com/executablebooks/jupyter-book/issues/1455: jupyter-book now has the ability for external packages to "inject" commands in to its CLI, this is for example how `jupyter-book toc` works (executablebooks/sphinx-external-toc@ec4a439/setup.cfg#L43-L44)....
thanks, yeh this shouldn't be too difficult, although I haven't got much time to do it right now 😬 The way I have set it up to run now is...
Haha yeh my TODO list always seems to get longer
Heya, thanks for the PR! > to have the CLI work as intended in the readme. Erm when you say it doesn't work, how are you using it? For unix/osx...
Also, looking at the code for the added extension, its very minimal: https://gitlab.com/abraxos/click-path/-/blob/master/click_path/core.py#L10 So if we were to do something like this, I would rather just have the code, and...