Mohamed Y. Cisse
Mohamed Y. Cisse
That will be Great.
Hi, Here is my package.json : { "name": "angular-desktop", "description": "Easily serve and build angular based electron applications", "author": { "name": "Benjamin Dobler", "email": "[email protected]", "url": "http://www.richapps.de" }, "version": "0.0.0",...
Hi, I did comment out this part : "mac": [ "zip", "dmg" ], and it works. The only problem the screen is blank . I am not getting something like...
Hi, The application is not loading index.html: win.loadURL(format({ pathname: join(__dirname, 'index.html'), protocol: 'file:', slashes: true })); Thanks
Hi, Here is the project : Thanks for your help. desktop.zip On Wed, Dec 4, 2019 at 11:13 AM Benjamin Dobler wrote: > Hey Mohamed, > > are you able...
https://drive.google.com/file/d/1CxPLdJqTh1IgIJlCdChnLFJB1Y1KTSqR/view?usp=sharing
Hi That works. My dream now is to be able to deploy ngtron on raspberry pi (raspbian). Thanks
Hi, Is turning off keystroke output enough ? How can I use Intent output and configure your application broadcast receiver using xamarin ? Or do I have to do that...
Hi, In your rest api you only implemented R part of CRUD: // GET api/People/Load [HttpGet("Load")] public async Task Load() { await sqlQuery.Stream("select * from people for json path", Response.Body,...
Thank you. This way I do not need MongoDB. On Wed, Oct 4, 2017 at 10:48 AM, Jovan Popovic wrote: > You can a create stored procedure that parses input...