Thomas Cayne

Results 11 comments of Thomas Cayne

@PedroEsperanca I concur. Also, electron-debug is not launching from within: main.desktop.ts ``` if (process.env.NODE_ENV === 'development') { require('electron-debug')({enabled: true, showDevTools: false}); //

@NathanWalker Same thing here not with `glob.js` but with custom non-NPM JavaScript libraries. The build copies NPM packages as well as all the *.png, *.jpg and *.css files but not...

@Kaffiend Thank you for your suggestion. I put the path of the *.js files. Nothing happened; Not even errors. It seems to be looking for package.json file based on: ```...

@Kaffiend It took a while to figure it out. The following works better: [https://github.com/NathanWalker/angular-seed-advanced/issues/408#issuecomment-299762460](https://github.com/NathanWalker/angular-seed-advanced/issues/408#issuecomment-299762460)

This is great. @NathanWalker, @sean-perkins and @db3dev, you guys are amazing. Thank you.

@Iworb Just found this and hope you found a solution. I made a stackblitz from your demo: [https://stackblitz.com/edit/ngx-drag-scroll-issue-249-nn9qtr?file=app%2Fselect-overview-example.html](https://stackblitz.com/edit/ngx-drag-scroll-issue-249-nn9qtr?file=app%2Fselect-overview-example.html) If you toggle the scrollbar by the external button the dropdown (not...

I agree with @Gabb1995 I am creating a scrollable tab, where the tab items (title bar) shows buttons to the left/right. There was a blank space where the scrollbar was...

@rdpascua did you find a solution for this? I did a project in `electron` with javascript requiring `sqlite3`. There was a lot of conflicts and I abandoned sqlite3 for` [sql.js]`(https://github.com/kripken/sql.js)...

Ah! I just learn something. Whenever `react-native link ` is used it automatically insert the various import and `@override` ... `new ()` in **MainApplication.java**. Good to know.

This would be great. I'm stuck using Electron 1.4.4 because Electron Edge (EE) is not upgraded. Without EE the entire program is pointless. Unless I find an alternative. Any ideas...