Sheridan C Rawlins
Sheridan C Rawlins
Here's another way of showing it: ## dodo.py ```python #!/usr/bin/env python3 import logging from typing import Optional import doit from doit.action import CmdAction from doit.task import Task DOIT_CONFIG = {...
Yep - I guess I figured it out, and yes, documentation would be very helpful to explicitly state that with a quick note that a constructed `CmdAction` does not infer...
Even places like https://pydoit.org/dependencies.html?highlight=configure_task#saving-computed-values may need to link to that gotcha - the switch from `['cmd', 'arg1']` to `CmdAction(['cmd', 'arg1'], save_out='stdout')` may surprise and confuse folks when the behavior switches...
> lgtm, can you also update the docs related to this? > > from the top of my head: > > * artifactory.md > * upload.md > > Thanks! Great,...
> No need to commit those, I iterate locally with Docker... there is a task for it already as well: > > https://github.com/goreleaser/goreleaser/blob/main/Taskfile.yml#L103 I just tried it - nice that...
@yuin any chance you could merge this fix to the close method so that processes that are opened to be sent information (on their stdin) can be awaited too?
@bmcorser - any chance of getting this? I see new icons listed that aren't in the latest version on [pypi](https://pypi.org/project/fontawesome-markdown/)
@kmoe can you help merge this one too? It's for non-backend http to use mTLS as well
@bendbennett > Hi @scr-oath and @dlanoire 👋 > > I have approved the workflow but I'm afraid that reviewing this PR is currently on-hold as we need to triage the...
Something like this seems to work and would be nice to add to std. ``` function(s) local chars = std.stringChars(s); local escapes = { '': '>', '&': '&', '"': '"',...