Michael Rarela
Michael Rarela
I feel the same as @bnb, I too can't consistently or easily find all the potential types from the [Quick Summary](https://www.conventionalcommits.org/en/v1.0.0/#summary). I expected it to quickly answer the question _**"What...
This is interesting to consider introducing a type named `new:`. I do agree that `feat:` is a a less readable abbreviation of `feature:`. Though I do appreciate it's 4 characters...
Thanks for this response. Yes `feature` as an alias of `feat` could be good, especially for an international audience. And it's shorter than the commonly used type `refactor`--which I say...
Yes, the ability to accept a boolean value, would be cool.
I very much want to explore `react-sortable-tree`, but my app is already on "react": "17.0.1", and so far I get a runtime error, failing with "Unable to find node on...
**Context & Problem** I installed .NET 7.0 RC2 (`.NET 7.0.100-rc.2.22477.23`) recently. And I got this error, when building my Azure Functions project: ``` Error: Metadata generation failed. Exit code: '137'...
Hi @mathiasmoeller, I've moved on from the project, so I'm having difficulty recalling everything, but I think I concluded that this Previous State Feature wasn't unique, and thus I just...
Would still love to hear @christopherthielen chime in though.
Unfortunately, documentation is still not updated in early 2024. So grateful to learn that the obsolete solution is two parts: 1) Change to `Newtonsoft.Json.Bson` package and namespace. 2) Replace `BsonReader`...
> only show errors but not warnings Yes, in the context of .NET, I worked around this "Unchanged files with check annotations" beta feature by building my solution without warnings....