-
### The problem
What do you need from the PlatformIO side to use semantic versioning for `sensirion/Sensirion Gas Index Algorithm` in https://github.com/esphome/esphome/blob/7dcdf80f4929260471db94401…
-
# Feature request
## New feature motivation
I am currently implementing automatic releases for my project, which is a web application. The project currently satisfies my needs as I can disable the…
-
### Describe the feature
Hi,
Thx for the ProductStackHistory feature. It's amazing. We are using this productive and therefore we have this improvement suggestion.
The PSH is saving the product…
-
## CVE-2021-3795 - High Severity Vulnerability
Vulnerable Libraries - semver-regex-3.1.2.tgz, semver-regex-2.0.0.tgz
semver-regex-3.1.2.tgz
Regular expression for matching semver versions
Library …
-
- Build a webpage similar to https://nlpprogress.com/english/semantic_parsing.html#ucca-parsing where we: (1) detailed description of the official evaluation protocol (for different corpora?) includin…
-
The web versions of tree-sitter parsers are unfortunately quite brittle:
1. There is no testing infrastructure that ships with tree-sitter to test the generated web assembly versions, and as a cons…
-
For our open source community, and related to the POSE grant, one of the main pain points in improving our open source support (and potentially also for PhET developers and maintenance releases) will …
-
### Description
As documented ES|QL [supports the version type](https://www.elastic.co/guide/en/elasticsearch/reference/current/esql-limitations.html#_supported_types). With this type, we can perform…
-
The website is currently outdated. It shows an outdated version of man-pages ([5.13](https://man7.org/linux/man-pages/changelog.html), released in 2021). Could you add a note saying that on the [homep…
-
How to use in this format:
```
router = APIRouter()
router.get("/users")(get_users)
def get_users():
# function logic here
```
Looked up all examples and could not find...