Waylon Walker
Waylon Walker
conflicts resolved
Submitted PR https://github.com/kennethreitz/bake/pull/8
Fixed in https://github.com/viatsko/awesome-vscode/pull/268. I honestly didn't see the issue before submitting. Please close.
Do you have a good example to go from that uses binaries zipped in a github release?
> Hello ! > > I was looking for CLI Markdown readers and found a few (MDLess, MDP, this one, and the one I'm about to recommend), as well as...
pip installing from the repo worked for me too. I agree that it would be great to get this on pypi.
This sounds very similar to how our template looks, we ripped out the entire cli from the default template, put it in a library, and replaced it with `from import...
> If the above were to be implemented, what users would do kedro new but not kedro new -s kedro-with-tools-starter? If everybody does indeed prefer kedro new -s kedro-with-tools-starter, you've...
I completely missed this issue. I'm excited to see this one happen. We had another use case this week. We are using some versioned datasets and would like to be...
Do other frameworks do this? I feel that its a bit confusing to get project defined objects from kedro rather than `from my_project import settings, pipelines` What is the benefit...