-
# Preface
While we have implemented TextBlocks and respective bindable string properties, it's almost impossible and not an effective way to create numerous numbers of columns that are provided by th…
-
QA: The code of qtop has already been through `ruff` (*in a configuration which is now part of the git tree*), however there are more things to check and aspects of the code waiting to be improved, …
-
### Initial request
For the encoding of Opera and Nimbus radar data in GRIB2, this proposal suggests adding additional code table entries to describe the data quality index and the radar data quali…
-
The current Vite project has accumulated at least 100 ESLint errors that are negatively impacting the code quality and contributing to unnecessary bundle size. Implementing an ESLint configuration wil…
-
-Make code more self documenting
- Make it more object oriented
- Remove redundant code
- etc
-
### Quality enhancement
## Improve test coverage metrics
---
**Description**
Tests should cover most of the code developed (with a reasonable, justified exceptions).
Coverage metrics as per c…
-
Based on Arena 2024 roadmap, to enhance code quality and stability, I think we need to complete the following tasks.
- [x] Run `go fmt`, `go vet` on the entire project. (https://github.com/kubeflow…
-
### Description
```
using (var stream = File.OpenRead(_item.ItemPath))
```
to
```
await using (var stream = File.OpenRead(_item.ItemPath))
```
In .NET, classes that own unmanaged reso…
-
- [ ] Task: Misspelled interface function:
`RegsiterInstallSnapshotHandler -> RegisterInstallSnapshotHandler`
- [ ] Task (optional): Interface name change:
`Log -> LogStore` - just a nitpick …
-
With #130 we now have a "production" build process for the Docker image. And can add a "development" build process to CI, including all the tooling we love in PHP world:
- code styling (PHP CodeSni…