Mark Rabey
Mark Rabey
Any update to this?
I'll get a sample repo up as soon as I can. Unfortunately I can't share this particular project.
I made a repo showing that has error: https://github.com/MarkRabey/typeorm-errors This was made by cloning this repo, and adding my Entities. I also removed the code inside `runDemo()`.
On a probably unrelated note, I get an error after just cloning the repository and building the project. 
And this error when **not** using the `--prod` option. 
I'm having a similar issue with `launchImageLibray()` ```ts launchImageLibrary({ mediaType: "mixed", }) ```
I have it running on Linux, however a download would be nice. @mitchas any chance of adding a Linux release to the website?
I just managed to make a `.deb` package. After using `electron-package-interactive`, I used [`electron-installer-debian`](https://github.com/unindented/electron-installer-debian) without any issue.
Similar to this, it would be great to have the ability to create notes from a template.
I'm using Ionic 7/Angular 6 and was able to get it working by adding `"types": ["node"]` to _`src/tsconfig.app.json`_, **not** the `tsconfig.json` in the root directory. ***Edit*** I was wrong. Once...