Ehsan

Results 16 comments of Ehsan

Thanks. I'm thinkg about making sepia theme. the ability to add new values to `theme` variable and point it to a `.scss` file. can be dynamic too, like `sepia.scss` automatically...

use `sudo` if you are on linux, ex: `sudo nwbuild -p win64 ./`

add `command: serve` to your api at `docker-compose.yml` file. the whole file will be like this: ``` version: "3.4" services: # Postgres DB db: image: postgres:12 environment: POSTGRES_USER: postgres POSTGRES_PASSWORD:...

The integer validation part works well individually (gives error when passing float or string in `baz` key as expected) : ```` 'baz': { 'oneOf': [ { 'type': 'integer' }, #...

Please consider supporting [Graph](https://github.com/apache/incubator-age/) extension too.

nope, there is a [todo](https://github.com/nuxt-modules/apollo/blob/c93fbf0b0af2b0fcfe241d67669ad72c70d7251d/src/module.ts#L118) though

I use `components: ["~/components","~/components/abc"],` inside nuxt config, now I can't use svg icons in global folder.

any update on this? with nuxt3?

I'm having the same issue with tiktok server. ``` error sending request for url (https://www.tiktok.com/......): connection error: Connection reset by peer (os error 104) ```