Mark Rabey

Results 12 comments of Mark Rabey

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. ![screen shot 2019-02-20 at 4 14 22 pm](https://user-images.githubusercontent.com/5824577/53124941-b4d0eb80-352a-11e9-9088-0396a4851eb0.png)

And this error when **not** using the `--prod` option. ![screen shot 2019-02-20 at 4 19 33 pm](https://user-images.githubusercontent.com/5824577/53125209-67a14980-352b-11e9-8deb-3274162fb927.png)

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...