-
## Prerequisites
- [x] Using yarn
- [x] Using an up-to-date [`master` branch](https://github.com/electron-react-boilerplate/electron-react-boilerplate/tree/master)
- [x] Using latest vers…
-
* **Version**: 19.34.2
* **Target**: macOS, DMG
* **Node**: v8.4.0
* **NPM**: 5.3.0
* **Yarn**: 0.27.5
This is my first ever Electron application, so I might have overseen something…
-
## Issue Description
When using the same `enum` with the same `enumName` in two different tables, the second time syncing the code to the database breaks.
### Expected Behavior
Using an e…
-
### 📜 Description
I'm trying to log in using okta provider and get 401 error. After some debugging I found out that `Key for the ES256 algorithm must be one of type KeyObject or CryptoKey. Received a…
-
Since this project is dead, here are two modern alternatives:
Trilium Notes
Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases.
https:…
-
Issue Type: Bug
When I move a typescript file from a directory into another directory or delete the file from vscode, it shows a problem in `tsconfig.json` file:
```
File '/home/justin/Projects/doc…
-
I am using **electron-forge** and **react** everything works fine, until i install this package: **electron-edge-js**. i try running **npm start** but not working.
I am using
-Ubuntu 22.04
-Np…
-
## Issue Description
Search by array property is broken
### Expected Behavior
Same behavior as in v2
### Actual Behavior
throws type error
### Steps to Reproduce
```typescript…
-
```
$ npm audit --package-lock-only
# npm audit report
@babel/traverse
-
### Describe the bug
```js
let mainWindow = null
let win = null
function createWindow() {
mainWindow = new BrowserWindow({
width: 900,
height: 670,
show: false,
autoHideMenu…