Baruch Odem (Rothkoff)

Results 109 issues of Baruch Odem (Rothkoff)

If I left the application with Google Sheets enabled, and I opened it after a long time, I needed to re-authenticate with Google. I didn't do it, but still, the...

Users asked to add Snyk to monitor vulnerabilities in 3rd packages. Also, since I'm working on Checkmarx, maybe I can get a license. If not, I still think about writing...

security

Using [`semantic-release`](https://semantic-release.gitbook.io), we can automatically produce a new version when, for example, pushing to a `release branch. I think it requires some configuration, see my suggestions here: https://dev.to/baruchiro/how-to-setup-auto-semantic-release-4fd8 One thing...

We can't upgrade `puppeteer-core` because its types are broken: https://github.com/puppeteer/puppeteer/issues/7100 I think we should try to find a solution, since the puppeteer is a core library in our project. Please...

good first issue
dependencies
hacktoberfest

From #276 logs, in Mac, if you close that app but Mac keeps it opened (don't understand this feature) we are getting this error: ``` [2021-07-29 20:19:19.814] [debug] Error: Attempted...

bug
from user
hacktoberfest

Note, this catching only the `UnhandledRejection`. At least for the Vue part, we need to open a new issue to catch exceptions during the render process (I even can't say...

good first issue
refactor
hacktoberfest

- [ ] The `backend/index.ts` should include (in my opinion) only `import`s and `export`s, without function implementation. - [ ] With that, I think also we need to export short...

refactor

> It seems that every `node` process can retrieve passwords stored by `keytar` by our process. > > This is a limitation that is described in the `keytar` [bug](https://github.com/atom/node-keytar/issues/88), and...

security

Because we are using [`vuex-persist`](https://www.npmjs.com/package/vuex-persist), and it loads the `config` asynchronicity, the app can't load until the store is loaded, so we have a *Splash Screen* (currently just a text...

UI