unrevised6419
unrevised6419
Definitely, something is happening 🤔 I gave it a try to build Waypoint using Vite, it's only 2.5KB And file content is very small 🤔 ```shell ❯ npm run build...
Simple example with same problem ```js const identifiers = jsonpath.query({ object: { 'source-language': 'test' } }, "$..source-language"); console.log(identifiers); ``` ```log events.js:183 throw er; // Unhandled 'error' event ^ Error: Lexical...
https://johannespichler.com/developing-composer-packages-locally/
That's a tricky question 🙂 in the past when we discussed, we agreed that it's better to keep them one letter, maybe we can introduce 2 letters? 🤔 `pk` or...
I think this is fixed in the latest alpha versions. `vm.$isServer` is not used anymore
What will happen if you have such a history, that the revert is in the same version? ``` revert: Revert "feat: My New Feature" fix: handle some error feat: My...
I go with ``` feat(scope): QWE-123 my awesome cool feature title ```
@s-belichenko-sold I just did this. Go to ``` provision/playbook.yml ``` and comment third line ``` --- - include: playbooks/commands.yml - include: playbooks/middleware.yml # - include: playbooks/wordpress.yml ``` Do a `vagrant...
For me it worked like a charm ✨ 😄
I would suggest to use explicit usage, this way you are 100% sure you only bundle what you use ```vue import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome' import { faEye }...