-
Currently, in CTRF report, all the test steps provide only "name" and "status" of given step.
Playwright provides many more details for each of the step, including a step's category, execution dura…
-
Currently, the extraction strategies schemas are type `Dict[str, Any]` which requires devs to look at the source code of the extraction strategy to see which values are expected and then try to figure…
-
## Your Question
```
type RealWorkout struct {
gorm.Model
TemplateID int
Template Workout
WorkoutID int
}
```
I have an entity `RealWorkout` which possesses 1 `Workout` which is supp…
-
### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this f…
-
Model truthiness is an important metric for the `rdfproxy` grouping mechanism. Currently, the logic for determining model truthiness is hard-coded to recognize a model as truthy if *any* of its fields…
-
Simple Example Repo: https://github.com/hellokvn/vue-facing-decorator-slot-typebug
In the provided example repository, I've created a parent and a child component using both the vue-facing-decorato…
-
## Type of Change
Enhancement/Bug
## Summary
First of all, I just want to say what you're doing here is fantastic... this is awesome! I've got wcc working with SSR for completely native web compo…
-
* **Electron-Builder Version**: `25.1.8` & `26.0.0-alpha.4`
* **Node Version**: `v20.15.1` in docker `electronuserland/builder:wine-mono`
* **Electron Version**: all
* **Electron…
-
### Bug report
When a method has a return type, which gets narrowed in the child class, any information from the parent seems to be lost.
I think that this could be solved by making a child return…
-
The current patterns in our GraphQL resolvers pass arguably inconsistent or ambiguous objects as the first (0th) positional argument meant to represent the "parent" per the GraphQL convention.
This t…