Happy Dave
Happy Dave
`cdk` seems to output the line `Outputs:` followed by key-value pairs in the format `key = value`. Perhaps they could be mapped up to Action outputs generally, just passing through...
I've love to see this feature. Whether by `pudb -m` or `pudb script.py` or whatever, it would be nice to launch my script with pudb ready to go without having...
In principle I think that's right though. A CLI switch that would set `paused=False` when running a script or module from the pudb command (or `python -m pubd`). In other...
@metachris I've been thinking about it a bit more too, and I'm starting to think: 1. Logzero does a particular kind of job very well and is suited for smaller...
@samj1912 You're right that the issue you closed above is a dupe of this; apologies for overlooking this. A little context to make the present issue clearer for future readers:...
NB the PR at #1355 seems to use XDG spec for the cache (working) files but does not address this specific issue: the use of `$XDG_CONFIG_HOME/cookiecutter/` as an alternative path...
> Also settled on ~/.config//cookiecutter/config. > > USER_CONFIG_PATH = ~/.config/cookiecutter/config > replay_dir = ~/.config/cookiecutter/replay/ > cookiecutters_dir= ~/.cache/cookiecutters/ Just to clarify this snippet: the paths there are the _defaults_ should the...
@exhuma I won't get chance to do this any time soon, so don't hold off on my account (but maybe check on the Discord if the admins don't respond; this...
This dovetails with work I'm doing on #103 and it will be trivial to include this too given my implementation, so you can assign this to me. @sharadpattanshetti's extra request...
I'm now working on this. My comments on just letting `git diff` respect the `.gitignore` were off base; I think I was wrong about it working with `--no-index`. However, that's...