-
Cross-linking discourse:
https://discourse.sourcecred.io/t/reference-cases-for-credit-attribution/53/2
Create a prototype of infrastructure to generate these simple graphs.
@decentralion sugges…
-
We use Fork a lot internally we really love it! Thank you for this awesome work. 😍
There is this one bug that really drove me crazy with the Git flow integration.
If you activate (git flow init…
-
Rather than having every change to the DAO happen through global "improvement proposals", we could have a more open process where anyone can push modifications to individual branches which ripple up…
-
### Bug summary
I'm trying to deploy multiple flows with a default work pool but the pool argument is ignored:
```
$> prefect --no-prompt deploy --all --pool mypool
A work pool is required t…
-
https://hunzino1.github.io/rubytree/2018/11/12/code-comments-style.html
每天都不忘保持一点点紧张,直到实现目标之后。
-
### Bug summary
When I visualize a flow run in a local server, the flow runs successfully but the visual info on server does not work very well. I do not see any task runs, and the flow runs do not a…
-
Is there a different link to download getopt.exe besides the util-linux package (site is down for the URL this points to http://gnuwin32.sourceforge.net/packages/util-linux-ng.htm)
so I can continue w…
-
When using branching model it may happen that release is created, some commits are applied to it, but then it is abandoned - i.e. not deployed to production, but all the fixes should be back-merged to…
-
This might be a stupid question, a release is very similar to a feature branch, why can one publish a release and then can't pull using git-flow commands like you can in a feature branch? Or does it j…
-
How I can use git flow release finish in a manner that doesn't ask for merge commit messages? The -m flag doesn't provide this, as I expected.