David Hewson
David Hewson
Oh i did have the same problem with versions. If slack api re-exported its one rather than relying on versions matching it would work better i think
Not sure what's happening. Can't see anything obviously wrong from browsing your source. The json you're getting seems to be `{}`, is the first message longer?
https://api.slack.com/rtm says that error occurs if you were too slow to connect after receiving the socket url or tried to use it twice
removing the `"exports"` section from the `node_modules/floating-vue/package.json` fixes it, sooo i guess something not happy there. obviously not something i can commit to our project though
the difference between this and other package that do work is that they seem to include a "default" condition in their exports, adding that to the package fixes eslint for...
hey we're still unable to update past `2.0.0-beta.20` because of this (actually i'm just gonna add an ignore in eslintrc but this still seems like something others would hit)
I found someone who had fixed eslint 🥳 sorry to both you https://github.com/cyco130/eslint-import-resolver-exports
for me i fixed this by moving the `vcpkg` check first as it was able to correctly find the libraries edit: now i can't reproduce the problem, reality i have...
Hey sorry I actually ended up with no changes. Setting the environment variable to static link the CRT sort it for me. Not ideal but it works
actually i tell a lie, i was using my fork and didn't realise it. reverting to the release one resulting in not being able to build. I ended up with:...