Daniel Cooke

Results 34 issues of Daniel Cooke

We recently upgraded to use `next8` our routes file has not changed. We have added the following route: `routes.add('test','test/:hello')` And inside pages/test.js ``` static async getInitialProps({ query }) { return...

Hi, Is there a way to not run the codegen? My use case is as follows: 1. My `schema` is pointing to a localhost graphql server in development 2. When...

I have read all previously closed issues relating to this subject, but most answers are not very detailed. I am using @nestjs/swagger for my swagger-ui. Here is what my setup...

* There is a bug open in Cypress that causes the default screenshot location when running via the GUI to be `All Specs/` which messes up this plugin. * Quick...

Hi there! It seems that when `compareSnapshot` is used in a component test - it places the files under `cypress/snapshots/actual/All Specs` And it seems that running `npx cypress open-ct --env...

Using the style attribute is kind of bad practice, and it interferes with bootstrap etc.

We are using a monorepo with the following structure ``` . | - node_modules ├── packages │   ├── packageA (hard source package) | - node_modules │   ├── packageB │   ├──...

I am encountering the following error when attempting to follow the documentation ``` Argument of type 'Collection' is not assignable to parameter of type 'Collection'. Types of property 'aggregate' are...

help wanted

Following the guide on here: https://ui.shadcn.com/docs/installation/remix Gives me the following structure ``` /home/dan/dev/para-mvp   ◌ .cache   .git   @ // this is not right  ...

Stale

### Did you check docs and existing issues? - [X] I have read all the trouble.nvim docs - [X] I have searched the existing issues of trouble.nvim - [X] I...

bug