Ivan Sergiienko

Results 20 issues of Ivan Sergiienko

Why do you have `"esversion": 6` in jshint config? I guess usually we use Angular 1 with es5? If someone wants es6 he can easily change that, but I was...

Jobs list won't load after I login with MetaMask. There are some errors in the console. Screenshot: ![image](https://user-images.githubusercontent.com/6686679/105407888-ee3e9400-5c36-11eb-8869-d8164433bb6a.png)

bug

After I've added "set noautocomplete" to .Vromerc, I can't open url, or open new tab. I press "o", type "google.com", press enter and nothing happens. Same story if I type...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

Add "Add to home screen" button - PWA Service Worker, so the website can be used like an app.

Johnny has tested the app and found a number of bugs and possible UX improvements. There is a 17 min video: https://photos.app.goo.gl/xzqvS69zyD6gyCKi8 And another one 1 min video: https://photos.app.goo.gl/XKDdE5nCRq6wRqNHA And...

UX bug / improvement

Store note view stats in a file in the NeuralNotes/.neuralnotes-data/ folder. The idea of a dot-folder is inspired by `.git/` folder. If you can come up with a better name...

## Blockers - [Collect note view stats](https://github.com/DarthVanger/NeuralNotes/issues/7): should be implemented before showing the stats ## The task Note "popularity" (how many times it was viewed/edited) should be displayed visually: note...

Some methods in `google-drive-api.js`/`noteStorageAPI.js` use Google Drive API v3, but some use v2. For example, `function getTextFileContents` in `noteStorageAPI.js` uses Google Drive API v3: https://github.com/DarthVanger/NeuralNotes/blob/master/src/storage/noteStorageAPI.js#L329 ``` const request = gapi.client.request({...