-
Vulnerable Library - spring-boot-starter-web-2.7.0-SNAPSHOT.jar
Found in HEAD commit: dbff3320673205dea2e0a4c513d54497ca905aab
## Vulnerabilities
| CVE | Severity | CVSS | Dependency | Type |…
-
### Bug description
I have a Statamic instance configured with multisite (German, French, and Italian). The default root locale is set to German. Also I am fetching the CMS data via the GraphQL endpo…
-
## Details
So we need to decide what languages, frameworks, technologies we will be using for the site.
The basic structure of the site is as follows:
1. Database
- SQL or NoSQL
2. We…
-
**Describe the bug**
I was following along the [Get Started](https://www.prisma.io/docs/get-started/02-change-data-model-JAVASCRIPT-c001/) doc.
I had this datamodel:
```
type User {
id: I…
-
**Describe the bug**
`OGMModel.create({input: [batch]})` generates a gigantic Cypher query for batch inserts and makes the planner and runtime choke.
**Type definitions**
If applicable, add your …
-
Date fields cannot be used out of box. sqlite (and eventualy other databases) stores date as integer and no conversion to Date is done out of box when performing `SELECT`. Could you please add support…
-
The hasura-backend-plus don't work on macOS M1.
I know hasura official image doesn't work But there is an alternative unofficial docker image that did the job.
Is there any way to work with has…
-
I've just noticed that typing:
```
edgedb --admin configure insert Port --address localhost --port 8080 --database graphql --concurrency 1 --protocol graphql+http --user edgedb
```
is too long, to…
-
**Describe the bug**
[v1.203.0](https://github.com/supabase/cli/releases/tag/v1.203.0) will not start without either:
disabling health checks
`supabase start --ignore-health-check`
or disablin…
-
# 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…