Luca Ban
Luca Ban
@octref this is so smart! It's the same as having type safety in templates as compile time! 😄 I very much appreciate all the hard work!
@yyx990803 @ktsn With Vue3 coming and its easy-to-use reactivity API including: `reactive`, `computed` etc..., how do you see the future of Vuex? Is it going to stay as some kind...
@michaeldrotar Yes it will crash when they are referencing each other, but so do computed props referencing each other.
I just want to chip in that I'm making a sales app (on iPad) for elderly. I've set the base font-size to 20px, and thus since we build the entire...
Just want to add, when I read [this article](https://hackernoon.com/rems-and-ems-and-why-you-probably-dont-need-them-664b9ce1e09f) (posted by @hawkeye64 before), I'm kind of convinced not to use `em` and `rem` in my websites anymore. XD
@kosirm I'd advice against CSS Grid in Quasar for at least another few months/years. Since CSS Grid is not supported on all browsers, and clients often request support for IE11...
It does work when: 1. I change the name to `ganache.bash` instead of `ganache.sh` 2. I add this to the top of the file: `#!/bin/bash`
@sean-perkins @triniwiz I really need this PR to be merged! Any chance you could have a look?
@calvinmetcalf Of course. What this package does correct is that when I try to use it in node and do: ```js const randomBytes = require('randombytes') ``` it will use the...
@calvinmetcalf I believe so yes. I'm using rollup in most cases though. I will check rollup and come back here to note on which entry it's picking up.