-
Project really needs Conventional commit changelogs and releases, also displayed on the website.
Commit messages need to be in this format:
```
feat(web): Done a thing
fix(parser): Fixed a bug…
-
## Background
Part of #211
## Parse Message
We will have a function that parses an MLSMessage and outputs information needed to fetch the right data from storage.
```rust
pub enum MlsMess…
-
### Description
I have a string, which is about 10MB in memory. However, when I use json::parse(), the memory cost is 1.6GB.
I wonder if it's a bug?
### Reproduction steps
A long string with chine…
-
Commit-Messages via `danger.git.commits` return only the first line and is parsed
- no body
- special chars (like `!`) are removed
What I am trying to achieve are warnings based on file changes…
-
Error when try generating autocommit
Unable to generate commit message: ConnectError: [unknown] is a data file: content not valid for parsing
/exa.language_server_pb.LanguageServerService/Genera…
-
Currently we have a big pain point that we cannot re-run a single "build" within a job on Appveyor. I found the same true on Travis with parallel stages. We can do it for Travis through the UI, but …
-
Example here:
https://patchwork.kernel.org/project/git/patch/a4320f2fcf35f180e1c585be4105194f1555a874.1650448612.git.gitgitgadget@gmail.com/
It looks like Patchwork treats the first line matching …
-
### Current Behavior
[Following this tutorial ](https://nx.dev/recipes/nx-release/publish-in-ci-cd#publish-in-github-actions) on the documentation of `nx release,` I noted that the commit for the rel…
-
## Description
Add an option to ignore the body of a commit message during commit parsing. Ideally in `commit_parser_options`.
## Use cases
From v7 to v8, the changelog seems to use all the i…
-
### Description
When I use the `cz ch` command, I only want it to capture the title part and not read or parse the body part.
Currently, I guess that this piece of code is parsing the body.
![i…