Julian Alarcon
Julian Alarcon
I was getting a similar error, but after checking a little closer, I was trying to build pacman packages but with the current runner, it seems that GitHub changed the...
You could add the environment variables in the workflow yaml file. This is an example: ``` - name: Build/release Electron app uses: samuelmeuli/action-electron-builder@v1 with: # GitHub token, automatically provided to...
Can you try the latest pre-release? https://github.com/julian-alarcon/prospect-mail/releases/tag/v0.3.0
We have settings.json file, can you test adding your custom oauth domains to `urlsExternal` something like { "urlsExternal":["outlook.live.com", "outlook.office365.com", "outlook.office.com", "your-oath-domain.com"] } https://github.com/julian-alarcon/prospect-mail#settings For your case @Colmanetti could be :...
I locked the comments, if you want to vote for this, please use the Emoji reactions (:+1: )
If anyone wants to work on this, there is some ideas/implementations and it doesn't looks to complicated! https://stackoverflow.com/questions/40262110/zoom-with-ctrlscroll-wheel-in-electron-app https://www.geeksforgeeks.org/zoom-functionality-in-electronjs/
I merged a PR to add missing spellcheck functionality, but it seems to be in conflict, can you review it? The changes was not so big @joax
There are some implementations on the internet. https://stackoverflow.com/questions/63379503/electron-js-with-the-right-click-be-able-to-perform-a-copy-and-cut-if-a-sel https://github.com/sindresorhus/electron-context-menu Maybe someone could work on this.
Can you try the lastest pre-release 0.3? https://github.com/julian-alarcon/prospect-mail/releases/tag/v0.3.0
Can you try the lastest pre-release 0.3? https://github.com/julian-alarcon/prospect-mail/releases/tag/v0.3.0 I'm not sure if it's going to work as PKI auth process can be tricky.