Daniel Gustaw

Results 107 issues of Daniel Gustaw

I want to integrate with depreciated API v0.1 and make CREATE / UPDATE / DELETE operations. Documentation about authentication is there > https://api.ghost.org/docs/user-authentication It is enumerated some values that I...

What was done: - when node hat other version that 12, you should see waringin with explaination until twitter devs solve problem - this was documented - added events for...

https://github.com/nativescript-vue/nativescript-vue.org/blob/master/content/docs/en/getting-started/8-code-sharing.md errors: ``` Platform android successfully added. v6.5.3 Preparing project... Using tns-android v6.5.3 which requires nsconfig.json to be present. Writing nsconfig.json based on the values set in nativescript.config.(js|ts). You may...

In vue files in script section there are great support for function ``` this.$i18n.t ``` but function ``` this.$t ``` is skipped.

``` [INFO] 14:11:40 ts-node-dev ver. 1.0.0 (using ts-node ver. 9.0.0, typescript ver. 4.0.5) Warning: [email protected] does not support @prisma/[email protected]. The supported range is: `2.10.0`. This could lead to undefined behaviors...

type/feat

https://github.com/graphql-nexus/nexus/issues/1225 https://github.com/graphql-nexus/nexus/issues/970 closes #1225 #970 #### TODO - [x] docs - [ ] jsdoc - [ ] website api - [ ] website guides - [ ] website tutorial -...

#### Perceived Problem I am typing ``` nexus create json ``` I want to see directory `json` and inside project. Now to achieve this I need: ``` mkdir -p json...

type/feat
scope/cli

On page: https://nexusjs.org/ I scroll down and see: TypeScript The New Handbook I am clicking and go to: https://microsoft.github.io/typescript-new-handbook/everything/ and see 404 - file not found

type/docs

I have code ``` import {server} from 'nexus' const app = server.express const p = require('../package.json') app.get('/version', async (req, res) => { res.send({version: p.version}) }) ``` And tests ``` import...

type/docs
scope/server