-
The current style of merging PRs makes all parts of the GH PR template enter the git log, including parts hidden in GH UI (``).
In general, commit messages are not given much attention (except from t…
dg0yt updated
5 months ago
-
As part of the cleanup, I suggest we remove the [vesting folder](https://github.com/VitaDAO/staking-contract/tree/74cccda618ca9508eba9931816cdaf74df1c735c/src/vesting). As far as I know, we're not pla…
-
It has come to my attention on discord from shedaniel and the Origins discord server that apparently people do not typically want to read and try to understand the error messages that show up on the s…
-
hi,
when i use `cruft update`, majority of cases i end up with a lot of `*.rej` files which is... quite annoying, to say at least.
To avoid this, i would propose, that
given an `existing_reposito…
-
The cookbook template contains a fair bit of boilerplate code, and the [Cookbook Contributor's Guide](https://github.com/ProjectPythia/.github/blob/main/.github/CONTRIBUTING.md) still includes a lot o…
-
Hi,
I'm building a Vim distribution called VimBox (https://github.com/jordwalke/VimBox/) that comes with some flat themes for Vim. These remove all of the visual cruft (such as `~` etc). Ctrlp looks …
-
Currently, if the `checkout` option is used with `create` to select a specific branch when expanding a template there is no way to persist the chosen branch. To stay on the chosen branch, all future `…
jch5f updated
2 years ago
-
Currently the Taiga codebase has a lot of cruft from old visions of what it was.
This issue tracks the reorganization progress and tasks related to it
- [ ] #237
- [x] #238
-
My understanding of sweep things:
- Targeted sweep only cleans out update/deletes that have occurred after targeted sweep is enabled
- We still run background sweep by default everywhere because we …
-
### Clear and concise description of the problem
Hello,
I'd like to supply a function for a test name. Something like this:
```
test.for([
[1,'a']
])(
([one, a]) => `${one * 2} ${a}`, /…