-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `git-raw-commits@2.0.0` for the project I'm working on…
-
Some examples
- [keep a changelog](https://keepachangelog.com/en/1.0.0/)
- [make-devops](https://github.com/nhsd-exeter/make-devops/blob/main/documentation/Changelog.md)
- Can it be generated aut…
-
## Problem description
sphinx-needs stores all needs with all fields in needs.json. If you have a large meta-model with lots of custom attributes, every single needs adds several kb worth of data. …
-
This is the server app release template, please copy the part below in a new ticket.
For instructions around app releases, see https://confluence.owncloud.com/display/OG/Releasing+Apps
### Reason
…
-
The versioning currently follows the upstream. As a fork it should probably be reset
-
## System Information
- SteamTinkerLaunch version: v14.0.20231525-1
- Distribution: Arch Linux
## Feature Description
Non-Steam Games have had it a bit rough historically, but that has chang…
-
throws `Error: Unsupported format, password protected or corrupted` if file was last written by OnlyOffice. Still in xlsx format.
-
Would it be possible to add footnote support:
```
Here is a simple footnote[^1]. With some additional text after it.
[^1]: My reference.
```
-
I am already using [commitlint ](https://commitlint.js.org/#/) with conventional commits in my project to lint my commit messages as part of husky `commit-msg` githook.
I also want to have the abi…
-
According to python 3.13 changelog there are three new opcodes replacing FORMAT_VALUE - CONVERT_VALUE, FORMAT_SIMPLE and FORMAT_WITH_SPEC.
But in https://docs.python.org/3/library/dis.html there are…