Luca Ban
Luca Ban
**The problem** The docs are great! However, when opening the website on its landing page: https://vue-styleguidist.github.io it only has 3 features described and that's it. I think it would add...
**Current behavior** event documentation: ``` /** * Triggers when the tab changes * @param {string|number} newValue new tab index as string */ ``` gives this: top blue rectangle is what...
**Current behavior** ```js /** * A function test prop * @category testprops * @type {(a: number) => {awesome: number}} */ fn: { type: [Function], default: a => ({ awesome: a...
some reading on this: https://blog.sindresorhus.com/get-ready-for-esm-aa53530b3f77
As per the [EIP-681 standard](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-681.md) (draft) the QR code scan fields are: ``` request = "ethereum" ":" [ "pay-" ]target_address [ "@" chain_id ] [ "/" function_name ] [ "?"...
I'm currently using the old LokiJS, which is great, but when the new LokiDB releases, I'd love to switch. 🔄 I see there's a wonderful _arsenal of adapters_ ready for...
https://github.com/mathiasbynens/emoji-regex/issues/36
## Expected Behavior I would expect Lerna not bumping my version when then only "change" it detects is in private packages. All of my lerna projects are: - 1 documentation...
### What problem does this feature solve? If we have a single Vue 2 component with `lang="ts"`, and we want to host this component on NPM to use it in...