hey @patryckx
Nice post - thanks for sharing it
Would you authorize an English translation for it? I can help with that
abraço!
hey @patryckx
Nice post - thanks for sharing it
Would you authorize an English translation for it? I can help with that
abraço!
@digiproduct Yes, indeed. I imagined that it could be the case.
@patryckx Cool! Thanks!
I’ve cloned your Github repo and I’ll try to work on that this weekend.
I’ll keep in touch
cheers!
@digiproduct thanks! I’ll keep you posted.
cheers
@patryckx @digiproduct time flies… after 2 months here it is:
https://wcomnisky.github.io/quasar-hello-auth/
Thanks @patryckx for creating and sharing the original version.
Please let me know if any fixes/updates are required to improve it.
@patryckx @digiproduct time flies… after 2 months here it is:
https://wcomnisky.github.io/quasar-hello-auth/
Thanks @patryckx for creating and sharing the original version.
Please let me know if any fixes/updates are required to improve it.
@digiproduct thanks! I’ll keep you posted.
cheers
@patryckx Cool! Thanks!
I’ve cloned your Github repo and I’ll try to work on that this weekend.
I’ll keep in touch
cheers!
@digiproduct Yes, indeed. I imagined that it could be the case.
The downside of this approach will be the size of the image (in kB) that will be the same even for smaller resolutions/devices (considering an image with big resolution/size); but the other way around may be an issue too where you have a small image that will be stretched for bigger resolutions/devices.
A solution could be a crawler to download the image(s) and resize them in parallel in a background task (in the case of the big resolution).
hey @patryckx
Nice post - thanks for sharing it
Would you authorize an English translation for it? I can help with that
abraço!
Hello,
Try to use smolinari/quasar-docker as it will use a newer version of NodeJs (12.1.0
).
When I tried to use Node 10.13.0
I was getting errors even to run quasar info
as it follows. It wasn’t directly related to the same problem you were experiencing but it’s worth trying it.
...
Networking
Host - 9fe7e830b7ec
/home/node/app/node_modules/@quasar/app/lib/helpers/net.js:15
devices.push({ deviceName, ...networkAddress })
^^^^
SyntaxError: Expected identifier, string or number
at Script (vm.js:87:7)
at createScript (vm.js:251:3)
at runInThisContext (vm.js:303:3)
at Module.prototype._compile (internal/modules/cjs/loader.js:656:3)
at Module._extensions[.js] (internal/modules/cjs/loader.js:699:3)
at Module.prototype.load (internal/modules/cjs/loader.js:598:3)
at tryModuleLoad (internal/modules/cjs/loader.js:537:5)
at Module._load (internal/modules/cjs/loader.js:529:3)
at Module.prototype.require (internal/modules/cjs/loader.js:636:3)
at require (internal/modules/cjs/helpers.js:20:7)
Networking
Host - 9fe7e830b7ec
/home/node/app/node_modules/@quasar/app/lib/helpers/net.js:15
devices.push({ deviceName, ...networkAddress })
^^^^
SyntaxError: Expected identifier, string or number
at Script (vm.js:87:7)
at createScript (vm.js:251:3)
at runInThisContext (vm.js:303:3)
at Module.prototype._compile (internal/modules/cjs/loader.js:656:3)
at Module._extensions[.js] (internal/modules/cjs/loader.js:699:3)
at Module.prototype.load (internal/modules/cjs/loader.js:598:3)
at tryModuleLoad (internal/modules/cjs/loader.js:537:5)
at Module._load (internal/modules/cjs/loader.js:529:3)
at Module.prototype.require (internal/modules/cjs/loader.js:636:3)
at require (internal/modules/cjs/helpers.js:20:7)
...
@folami Not much helpful logline
Try to get a bigger stack trace with:
heroku logs -n 200
Also check this: heroku logs -n 200
Could you please provide some logs?
How are you serving your app?
Have you checked the following link?
https://v1.quasar-framework.org/quasar-cli/developing-ssr/deploying#Introduction
Hello,
If you run quasar dev --help
inside your project dir you will have some hints:
Description
Starts the app in development mode (hot-code reloading, error
reporting, etc)
Usage
$ quasar dev -p <port number>
Options
--mode, -m App mode [spa|ssr|pwa|cordova|electron] (default: spa)
--port, -p A port number on which to start the application
--hostname, -H A hostname to use for serving the application
--help, -h Displays this message
Only for Cordova mode:
--target, -T (required) App target
[android|ios|blackberry10|browser|osx|ubuntu|webos|windows]
--emulator, -e (optional) Emulator name
Example: iPhone-7, iPhone-X
Try with the following:
quasar dev -m cordova -T windows
cheers