Darijo
Darijo
Same here. Installation explodes with "Conflicting peer dependency: [email protected]" log
Same here: ```Uncaught SyntaxError: The requested module '/node_modules/.vite/vue.js?v=150b56b8' does not provide an export named 'default'```
> > I found that if > > ``` > import draggable from 'vuedraggable/src/vuedraggable' > ``` > > project is normal This does work but it's ugly and it's prone...
Fails to install on Arch. Looks like it's searching for tools not specific to Arch distro: "lsb_release" and "rpm". ❯ pip install aerospike [16:57:15] Collecting aerospike Using cached aerospike-2.0.3.tar.gz Installing...
I just viewed the build script...wow....can anyone explain why python client is firmly coupled to specific distros? Doesn't make much sense. I think this is the first package I ever...
Yeah, fails with webpack. I guess I'll use radio.
Honestly, mutating state directly from outside of store just doesn't make any sense. I can't see any benefits to be honest. We just had huge bug thanks to this "feature".
We also get this error when we don't import the component from our ui library, but we are using it somewhere on the page. Since displayed error is quite cryptic...
Prefixing would be great since it would give us centralised name-spacing which I find very important on larger projects with many teams.
@AndrewBogdanovTSS sure it's not always desired, just like any form of namespaceing isn't always desired. Perhaps on simple projects. Problem with `you can easily implement a "prefixed" mode by just...