-
Logs from jenkins master:
Terminated Kubernetes instance for agent tost-cd/jenkins-slave-vm5x7-65pk8
| Disconnected computer jenkins-slave-vm5x7-65pk8
| Mar 06, 2019 7:25:59 AM org.csanchez.j…
-
## Description
When using a monorepo with lerna and Yarn workspaces I am attempting to set up multiple, different Gatsby sites under a `./starters` folder (from scratch *or* using the cli), and the…
-
I'm trying to build a site with ~150k pages (probably more than this when I get closer to finishing) using Gatsby with a CSV file as data source. I initially had a sample dataset with about 100 rows i…
-
Using the Java Play framework (sbt).
Keep getting the following error:
```
Exception while fetching data (/foo/pageInfo) : object is not an instance of declaring class
...
Exception while fetch…
-
### Your checklist for this issue
- [X] Jenkins version: 2.176.1
- [X] Plugin version: org.jenkins-ci.plugins:cloudbees-bitbucket-branch-source:2.4.5
- [X] Bitbucket cloud: yes
- [ ] B…
-
After upgrading to version 3.4, InfluxDB notifier cannot update final build status. Here is error:
```
java.lang.ClassCastException: java.lang.Long cannot be cast to java.lang.Integer
at or…
-
I'm unsure if this is a nexus-prisma issue, an issue at all, or if I am perhaps misunderstanding something.
I have the following `User` type in my `datamodel.graphl`
```
type User {
id: ID! …
-
Using version (1.0.0-alpha4)
If the graphql mutation has an array argument, the associated type is not imported in the generated class.
Related details:
1. [schema.json](https://github.com/wa…
-
Hi, I've implemented [Apollo server](http://dev.apollodata.com/tools/graphql-server/setup.html#graphqlHapi) and also Auth0 passwordless authorization. According to this: https://auth0.com/docs/quickst…
-
I added a tag with a specific character **`&`** to the WP Post when I want to display this tag in my gatsby application, instead of getting just **`&`** I get **`&`**. Can I avoid this behavior?