Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. nothingismagick
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    nothingismagick

    @nothingismagick

    84
    Reputation
    152
    Posts
    628
    Profile views
    4
    Followers
    2
    Following
    Joined Last Online
    Website ionary.org Location France

    nothingismagick Follow

    Best posts made by nothingismagick

    • @quasar/testing now Available

      logo

      GET YOUR TEST ON!!!

      It’s been hard to build and configure testing harnesses in Quasar, but that’s a legacy thing now. You just have to be in your project folder and run this command:

      $ quasar ext add @quasar/testing
      

      It’s still beta, so there might be some minor issues here and there - but check it out and have fun!
      https://github.com/quasarframework/quasar-testing

      posted in [v1] App Extensions
      nothingismagick
      nothingismagick
    • SAVE THE DATE! The First Patrons & Partners Radio Show

      alt text

      You are warmly invited to the very first Quasar Patrons & Partners Radio Show on Saturday the 1st of June, 2019 from 14:00 to 15:00 GMT.

      Because it’s our first show, we’re breaking the rules and letting everyone in! (All future shows will only be available to Patrons and Partners)

      Join Denjell & Hawkeye on the Quasar Discord server to hear news about the 1.0 release candidate and the roadmap to Quasar’s future. Tune in to hear from Razvan and the VP of Operations from Patreon Supporter Volentix - and stick around to win a package from HumbleBundle!

      posted in Announcements
      nothingismagick
      nothingismagick
    • @quasar/icon-factory now Available

      We just promoted the long-awaited icon-factory to beta status! Just:

      $ quasar ext add @quasar/icon-factory
      

      Point the installer at your source image, choose your dev and build minification strategies and start the dev server. It will create and place the webicons, favicons (or even app-icons for cordova and electron) for your app in the right folders. Using some clever checksumming, if the image changes it will rebuild the assets.

      (And for those of you worried about walled garden effect, you can also import the library directly or even use it on the command line.)

      https://github.com/quasarframework/app-extension-icon-factory

      posted in [v1] App Extensions
      nothingismagick
      nothingismagick
    • [RFC] New TEST mode coming soon to Quasar.

      testytests

      THIS IS (not) ONLY A TEST.

      If you pay attention to the git repos, you might have noticed that we are working with a few other Quasar testing gurus to build an official test mode into an upcoming release of Quasar. Here are the RFC’s, the new quasar-test repo and the testing docs.

      • [RFC] Add --mode test to quasar-cli
      • [RFC] Add test runners to project during quasar init
      • @quasar-test github repo
      • pre-alpha docs - WIP

      This is VERY much a work in progress, and not something you can use today. However, if you desperately need tests rigged in your repo, feel free to ask for help over at Quasar at the new channel: #testing

      If you want to get involved, please join us on the Discord server, leave a comment on the RFC’s - or take a look at the monorepo. We are especially looking forward to recipe contributions and feedback in general, especially from testing veterans who have succeeded in rigging their favourite unit-test-runner to use vue and quasar components (specifically those who have honestly drilled down to coverage of a non-transpiled <template>)

      app:mode:test

      posted in Announcements
      nothingismagick
      nothingismagick
    • @quasar/wizard@1.0.0-alpha.1 Release!

      🐉 🔥 ⭐️ 🎱

      This is the first release of the long awaited @quasar/wizard App Extension, with which you can discover all the known App Extensions (both Official and Community) (even searching if you want), choose from collections of app extensions - and most awesome of all - keep your Extensions and Quasar itself up to date. As a special highlight, we prepared an Obyte Collection for those who want to hit the ground running.

      $ quasar ext add @quasar/wizard
      

      Now get out there and make some magick!

      posted in [v1] App Extensions
      nothingismagick
      nothingismagick
    • @quasar/icon-genie@1.0.0 released!

      The beta lamp has been rubbed and icon-genie has popped out!

      Formerly known as Icon Factory, this is the first stable release of the cross-platform battle-tested icon maker for all your apps.

      https://github.com/quasarframework/app-extension-icon-genie/releases/tag/v1.0.0

      There’s some stuff in the works for future enhancements, and we’re sure we squashed all the bugs - so have at it!


      Updating to 1.0.0

      $ quasar ext remove @quasar/icon-factory
      $ quasar ext add @quasar/icon-genie
      

      Background for the name change:
      Just as we were about to launch 1.0, we discovered that “Icon Factory” is a registered trademark of somebody else who also makes cool stuff. We didn’t want to infringe (but really mostly wanted clean search results).

      Cheers!

      posted in Announcements
      nothingismagick
      nothingismagick
    • RE: https://quasar.dev is on lots of block lists - can you stop https://quasar-framework.org pointing to it so I can access the documentation

      Hi @metcarob
      There are technical reasons why we are not able to stop redirecting to quasar.dev. It sounds to me like you are saying that the security team won’t issue a whitelisting ticket for quasar.dev - even though at your company you are using Quasar, which is an open-source, community based project that is free?

      Not going to quibble with you, but I see only a couple solutions here:

      1. Demand that secops whitelist quasar.dev as an important asset to your work. Tell them that the core team of the Quasar Framework is requesting links to their badrep blocklists.
      2. Git clone the repo and build the docs locally.
      $ git clone https://github.com/quasarframework/quasar
      $ cd quasar/docs
      $ yarn
      $ quasar dev -m ssr
      

      [edit] FYI - the quasar.dev domain processes approx. 500,000 page-views monthly.

      posted in Hangout
      nothingismagick
      nothingismagick
    • @quasar/icon-genie v1.0.1 App Extension Released!

      This release fixes several issues with favicon and icns generation being glitchy on some OS’s - and adds a super top-secret mode called proton.

      First Time Users (within your quasar project):

      $ quasar ext add @quasar/icon-genie
      

      If you are updating, a simple yarn add --dev @quasar/quasar-app-extension-icon-genie would work, or just run

      $ quasar upgrade -i
      

      https://github.com/quasarframework/app-extension-icon-genie/releases/tag/v1.0.1

      posted in Announcements
      nothingismagick
      nothingismagick
    • RE: QUploader for images, how to compress images ?

      You should use https://github.com/fengyuanchen/compressorjs instead of Image Compressor because the latter is deprecated and never available. Personally, however, I prefer to work with vue-croppa: https://zhanziyang.github.io/vue-croppa/#/customization

      Same features, but a real interface.

      posted in Framework
      nothingismagick
      nothingismagick
    • RE: Tree table example

      That is really sweet @Fernando2684 - nice idea. As far as your code goes, there are several places where you could clean it up, first and foremost you should always aviod type conversion. You should get in the habit of using === and !== instead of == and !=. This is what Douglas Crockford has to say about it (from this SO post )

      '' == '0'           // false
      0 == ''             // true
      0 == '0'            // true
      
      false == 'false'    // false
      false == '0'        // true
      
      false == undefined  // false
      false == null       // false
      null == undefined   // true
      
      ' \t\r\n ' == 0     // true
      

      Here is a little update to show you that it also works as expected: https://jsfiddle.net/7fuckt8s/ (It seems I win the jsfiddle lottery!!!)

      posted in Show & Tell
      nothingismagick
      nothingismagick

    Latest posts made by nothingismagick

    • RE: Correct way to Deploy SSR-PWA to Netlify ?

      I had problems with Now.sh too - so I just buckled down and used Digital Ocean. And for those of you interested, I wrote up a how to:

      https://dev.to/nothingismagick/setup-and-serve-quasar-ssr-in-a-droplet-in-30-minutes-and-in-3-quick-and-easy-steps-49kp

      posted in Help
      nothingismagick
      nothingismagick
    • RE: Can't use the `serialport` module (building for electron)

      Generally when I am faced with this kind issue I start at the bottom and work my way up - this means specifically making sure that node-serialport is REALLY working.

      Nevertheless, from that issue there one takeaways that MIGHT help you:

      • use node-serialport v6.2.2
      posted in Help
      nothingismagick
      nothingismagick
    • RE: Can't use the `serialport` module (building for electron)

      Yeah, I used serialport a LONG time ago - on Linux - and had huge problems figuring out which usb to use. I don’t remember exactly what the solution was, but my hunch is that it has to do with your OS

      posted in Help
      nothingismagick
      nothingismagick
    • Radio Show - Saturday August 17, 14-15 UTC

      radio show

      Join us to hear the news, get some security updates and meet our special guest: Dmitrij Polianin from Moscow.

      As always, we’ll be recording it and will post the links in all the usual places. Hear you later!

      FYI - This post is not Spam, it is the Official Quasar Radio show.

      posted in Announcements
      nothingismagick
      nothingismagick
    • RE: console.log() not showing messages

      @DeliciousPickle - the quasar-cli runs in a node environment, which is where the vue files are transpiled (changed) by babel and webpack to be normal html, css and js. This stuff is then sent to the brower. If you need tighter integration with node, then you will probably want to look into creating app extensions - or potentially making electron applications. All of that is covered pretty in depth in the docs.

      posted in CLI
      nothingismagick
      nothingismagick
    • @quasar/wizard@1.0.0-alpha.1 Release!

      🐉 🔥 ⭐️ 🎱

      This is the first release of the long awaited @quasar/wizard App Extension, with which you can discover all the known App Extensions (both Official and Community) (even searching if you want), choose from collections of app extensions - and most awesome of all - keep your Extensions and Quasar itself up to date. As a special highlight, we prepared an Obyte Collection for those who want to hit the ground running.

      $ quasar ext add @quasar/wizard
      

      Now get out there and make some magick!

      posted in [v1] App Extensions
      nothingismagick
      nothingismagick
    • @quasar/obyte v1.0.0-alpha.1 Release!

      This is the first release of @quasar/obyte. It include the obyte.js library as well as bitcore-mnemonic, two essential libraries for working with the Obyte ecosystem.

      In the next few days I will be publishing a writeup about how you can get started with this blockchain.

      https://obyte.org

      https://github.com/quasarframework/app-extension-obyte/releases/tag/v1.0.0-alpha.1

      posted in [v1] App Extensions
      nothingismagick
      nothingismagick
    • RE: https://quasar.dev is on lots of block lists - can you stop https://quasar-framework.org pointing to it so I can access the documentation

      Hi @metcarob
      There are technical reasons why we are not able to stop redirecting to quasar.dev. It sounds to me like you are saying that the security team won’t issue a whitelisting ticket for quasar.dev - even though at your company you are using Quasar, which is an open-source, community based project that is free?

      Not going to quibble with you, but I see only a couple solutions here:

      1. Demand that secops whitelist quasar.dev as an important asset to your work. Tell them that the core team of the Quasar Framework is requesting links to their badrep blocklists.
      2. Git clone the repo and build the docs locally.
      $ git clone https://github.com/quasarframework/quasar
      $ cd quasar/docs
      $ yarn
      $ quasar dev -m ssr
      

      [edit] FYI - the quasar.dev domain processes approx. 500,000 page-views monthly.

      posted in Hangout
      nothingismagick
      nothingismagick
    • @quasar/typescript v1.0.0-beta.1 Release!

      This release addresses multiple issues that have turned up. Notably:
      https://github.com/quasarframework/app-extension-typescript/releases/tag/v1.0.0-beta.1

      • Linting is switched to ESLint, no longer uses TSLint
      • Added optional configuration setup for VS Code and suggested Extensions

      Thankyou to everyone brave enough to help us get to this point - especially @IlCallo. Next stop: Stable

      posted in Announcements
      nothingismagick
      nothingismagick
    • RE: A working QFirebaseUploader component

      Excellent

      posted in Framework
      nothingismagick
      nothingismagick