Dev

Results 108 issues of Dev

![Screen Shot 2021-01-20 at 14 49 00](https://user-images.githubusercontent.com/38668796/105170883-a3d1f000-5b2e-11eb-80cc-d50bc4594f03.png) auto add disabled="disabled" nuxt v.2.14 and used nuxt-ts generate static

![image](https://user-images.githubusercontent.com/38668796/159228438-c923f4b1-a302-470c-8c7f-eada9468016a.png) Wouldn't it be better if we import these components as compost api? Because dont see ts

ERROR in ./node_modules/v-tooltip/dist/v-tooltip.css friendly-errors 12:18:01 ``` ERROR in ./node_modules/v-tooltip/dist/v-tooltip.css friendly-errors 12:18:01 Module build failed (from ./node_modules/@nuxt/postcss8/node_modules/postcss-loader/dist/cjs.js): friendly-errors 12:18:01 TypeError: Cannot read property 'theme' of undefined at _default (aa-ts/node_modules/@nuxtjs/tailwindcss/node_modules/tailwindcss/lib/lib/substituteScreenAtRules.js:16:5) at aa-ts/node_modules/@nuxtjs/tailwindcss/node_modules/@tailwindcss/jit/src/index.js:50:11...

need-repro

graphRef, graphId, graphVariant, key how to write ? dont see ApolloConfigInput code

kind/feature

Nuxt 3 add package but dont add ![image](https://user-images.githubusercontent.com/38668796/178106301-64b9c868-31e1-48c6-acc0-39f63e8bbeee.png)

``` const fetch = require("node-fetch"); const bcrypt = require("bcryptjs"); const jwt = require("jsonwebtoken"); const HASURA_OPERATION = ` mutation ($username: String!, $password: String!) { insert_user_one(object: { username: $username, password: $password, })...

The current [login action](https://github.com/hasura/hasura-actions-examples/tree/master/auth) is written in Node.js Express. -- An endpoint /login which receives username and password as part of the input argument in mutation -- Return the id...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior ![image](https://user-images.githubusercontent.com/38668796/171696834-793a46cf-6f3f-467d-a31d-d883e6db469c.png) ### Minimum reproduction code https://github.com/productdevbook/nestjs_bug ### Steps to reproduce 1....

bug

**1.** Component titles do not appear automatically, and props in the component do not appear automatically. **Describe the solution you'd like** I think he can automatically add this to this...

```yaml version: "3.8" services: mail: image: bytemark/smtp:latest env_file: - plausible-conf.env networks: - internal labels: - traefik.enable=false plausible_db: image: postgres:latest volumes: - db-data:/var/lib/postgresql/data environment: - POSTGRES_PASSWORD=postgres networks: - internal labels: -...