No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. wcomnisky
    • Profile
    • Following 2
    • Followers 0
    • Topics 0
    • Posts 16
    • Best 5
    • Groups 0

    wcomnisky

    @wcomnisky

    5
    Reputation
    31
    Profile views
    16
    Posts
    0
    Followers
    2
    Following
    Joined Last Online
    Website twitter.com/wcomnisky Location New Zealand

    wcomnisky Follow

    Best posts made by wcomnisky

    • RE: OAuth2(Facebook, Instagram, Github) with Hello.js + Quasar Framework

      hey @patryckx

      Nice post - thanks for sharing it 👏

      Would you authorize an English translation for it? I can help with that

      abraço! 😉

      posted in Useful Tips (NEW)
      wcomnisky
      wcomnisky
    • RE: Responsive images

      @digiproduct Yes, indeed. I imagined that it could be the case.

      posted in Framework
      wcomnisky
      wcomnisky
    • RE: OAuth2(Facebook, Instagram, Github) with Hello.js + Quasar Framework

      @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!

      posted in Useful Tips (NEW)
      wcomnisky
      wcomnisky
    • RE: OAuth2(Facebook, Instagram, Github) with Hello.js + Quasar Framework

      @digiproduct thanks! I’ll keep you posted.

      cheers

      posted in Useful Tips (NEW)
      wcomnisky
      wcomnisky
    • RE: OAuth2(Facebook, Instagram, Github) with Hello.js + Quasar Framework

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

      posted in Useful Tips (NEW)
      wcomnisky
      wcomnisky

    Latest posts made by wcomnisky

    • RE: OAuth2(Facebook, Instagram, Github) with Hello.js + Quasar Framework

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

      posted in Useful Tips (NEW)
      wcomnisky
      wcomnisky
    • RE: OAuth2(Facebook, Instagram, Github) with Hello.js + Quasar Framework

      @digiproduct thanks! I’ll keep you posted.

      cheers

      posted in Useful Tips (NEW)
      wcomnisky
      wcomnisky
    • RE: OAuth2(Facebook, Instagram, Github) with Hello.js + Quasar Framework

      @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!

      posted in Useful Tips (NEW)
      wcomnisky
      wcomnisky
    • RE: Responsive images

      @digiproduct Yes, indeed. I imagined that it could be the case.

      posted in Framework
      wcomnisky
      wcomnisky
    • RE: Responsive images

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

      posted in Framework
      wcomnisky
      wcomnisky
    • RE: OAuth2(Facebook, Instagram, Github) with Hello.js + Quasar Framework

      hey @patryckx

      Nice post - thanks for sharing it 👏

      Would you authorize an English translation for it? I can help with that

      abraço! 😉

      posted in Useful Tips (NEW)
      wcomnisky
      wcomnisky
    • RE: Can't create new Projects with @quasar/cli 1.0.0-beta.7

      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)
      ...
      
      posted in Help
      wcomnisky
      wcomnisky
    • RE: [v1] Got Error 500 I Internal Server Error @deployment

      @folami Not much helpful logline

      Try to get a bigger stack trace with:
      heroku logs -n 200

      Also check this: heroku logs -n 200

      posted in Framework
      wcomnisky
      wcomnisky
    • RE: [v1] Got Error 500 I Internal Server Error @deployment

      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

      posted in Framework
      wcomnisky
      wcomnisky
    • RE: Mobile App for Win10

      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 ✌

      posted in CLI
      wcomnisky
      wcomnisky