-
### Problem
Currently, the repository contains a lot of files that are specific to building a website from the decisions. If we don't plan to do this, can we remove these files and make the reposit…
-
Currently the codebase is using `if [[ -n "${BOARD}" ]]; then ..` and alike where the double square brackets as they indicate the use of bash where this could be done from posix sh with `if [ -n "${BO…
-
During Item validation, see if we can check for common formatting mistakes:
```
# mismatched formatting
**word*
# missing list separator
invalid list:
- item1
- item2
```
##
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
When we have the private set for the Key property. The EF works well with it [Read-only properties](https://docs.microsoft.com/en-us/ef/core/modeling/constructors#read-only-properties). And we hav…
Crimp updated
2 years ago
-
Imagine the following scenario:
```csharp
[EntitySet("TestEntities")]
public class TestModel
{
public decimal PlasticKg { get; set; }
public decimal OthersKg { get; set; }
[NotMapped…
-
### Details
_No response_
Checklist
- [X] `src/css/custom.css` ✅ Commit [`5987dbc`](https://github.com/chunbaiseakuang/docusaurus-2/commit/5987dbc7a23aee547d8aa935514cc9b8256938d5)
• Change the p…
-
I've been exploring changesets recently and am in a mostly good place.
I have it working in three repos as expected.
One repo confused the bot in ways I can't understand. I keep getting:
> 🦋 …
-
I've been running into issues when trying to specify a model with a property with a List property. This is the model I'm defining:
```csharp
public class WeatherForecast
{
publ…
-
Hi!
Would you consider publishing the analyzer/processor as a standalone JAR, e.g. on Maven Central? That way the project topology would lend itself better to be included as a third party analyser,…