Vitalii

Results 4 issues of Vitalii

How to re-render the data? I update the data but it is not output. [Sample code](https://github.com/StekolschikovV/pomdo/blob/master/src/screens/task/index.js#L34) on the line 34. ``` setInterval(() => { let d= this.state.data; d.push({ image: 'https://placekitten.com/200/240',...

I use groundDB: `tasks = new Ground.Collection(null)` I need add another database. I try add new database: ``` tasks = new Ground.Collection(null) history = new Ground.Collection(null) ``` But i get...

Hello! I'm a beginner developer. I need to build the application(exe x64). Tell me what I'm doing wrong: ``` meteor create build2 cd build2 npm install --save-dev meteor-desktop npm run...

Hi! What do I need to specify in the devCert, certPass, desktopConverter? **devCert.** _How do I get a certificate? I went to my account, created the application. Where to take...