Liam Mitchell

Results 156 comments of Liam Mitchell

Thanks @jukwahewa , I will probably be forced to do the same as this is not the only issue I have noticed with this code. 1. The way env variables...

Also have this problem, how do I fix it? Console shows fpm_1 | Starting Mail Transport Agent (MTA): sendmail. fpm_1 | [07-Dec-2018 05:39:47] ERROR: [pool www] please specify user and...

Performance is super slow on windows with Hyper V, WSL 1 or Virtual Box. Attempting Windows 10 build 2004 Ubuntu via WSL 2. Windows 10 WSL 2 running Ubuntu. Errors...

First add support for cordova platform browser. ``` ionic cordova platform add browser``` Build for the browser. ```ionic cordova build browser``` Serve cordova for the browser platform, this will have...

Trying to use app-version mock. Do you have an example of updating one to work with Ionic 4 as I may have to use some other mocks during development soon....

mod page speed seems to 404 resources on a website after some time of running just fine. How to fix?

Yes had to add ```timestamps: false``` to everything as they have their own date/timestamp columns like LAST_UPDATED and CREATED_ON. Maybe this is more related to sequelize_auto however?

My theme won't load at all, not sure if I am doing this right. ```vue ``` ```js data() { return { editorOptions: { selectOnLineNumbers: true, theme: 'vs-dark' }, grammar: `grammar:...

Along with monaco-yaml I would like to be able to use monaco-editor-textmate @ad34 did you find a solution for loading these things?