-
When creating a new scheme the fields `year` and `problem` don't appear as required using enter-data-helper.
This seems to be a schema issue.
-
## Backlog
- [ ] fix confusion with `mustRevert` and/or `result` check fields
- [ ] make state-mate a package usable in other code bases as a module
- [x] iteration on README: describe new features…
-
### Build/Submit details page URL
_No response_
### Summary
When running `eas build` with a [$schema definition](https://json-schema.org/learn/getting-started-step-by-step#create-a-schema-definitio…
-
```python
from ninja import Query, Field
class InstrumentFilter(FilterSchema):
symbol: Optional[str] = Field(None, q='symbol__icontains')
```
Here I get "No parameter named 'q'" on Field
…
-
### Host operating system: output of `uname -a`
Centos 7
### mysqld_exporter version: output of `mysqld_exporter --version`
### MySQL server version
mysql 5.7
### mysqld_exporter command li…
-
### Bug description
I am following this tutorial: https://www.youtube.com/watch?v=6-mGtUyfGLw
After executing the ``` npx prisma migrate dev --name init ``` command, an error appears:
``` Envi…
-
**Describe the bug**
I have a schema hierarchy such as:
```python
class ViewableContent(Schema):
name: str
description: str = None
class MySchema(ViewableContent):
other: str #…
-
### Describe the bug
We have a table that has an integer id (deprecated) and a uuid used for all new tables. This is easy to define in the activerecord relationship via `primary_key`:
```
belongs_to…
-
# Step 1/4 - The mutation setup
### Estimated time: 1 hour
On this track, you're going to develop a mutation to create users on database. Let's start with baby steps, by creating the mutation prototy…
-
Hi i have an issue with update here my model
```prisma
model querylog {
id String @id @default(dbgenerated("gen_random_uuid()")) @db.Uuid
table_names String?…