Martin Pengelly-Phillips
Martin Pengelly-Phillips
No worries, thanks for taking a look.
For reference, this is what I had to do to get this working in a Virtualenv: 1. `pip install git+git://github.com/pyqt/python-qt5.git` 2. `mv /path/to/virtualenv/qt.conf /path/to/virtualenv/Scripts` 3. Edit `/path/to/virtualenv/Scripts/qt.conf` to contain following:...
On a related note; I installed into a [Virtualenv](https://virtualenv.pypa.io/en/stable/) and had to move `qt.conf` from `/path/to/virtualenv/` to `/path/to/virtualenv/Scripts`. I then updated contents to the following and it worked after that:...
Confirming this still happens with latest [0.7.0](https://github.com/thisbeyond/solid-dnd/releases/tag/0.7.0) release and Solid JS 1.5+ Looks like [other packages](https://discord.com/channels/722131463138705510/910635844119982080/1016986347409526796) in the Solid ecosystem are affected too.
Also reported to Vite [here ](https://github.com/vitejs/vite/issues/10087) in case they have pointers on how to fix. Interestingly it does not seem to occur for my other Solid project (solid-select).
See also https://github.com/solidjs/vite-plugin-solid/issues/51
PR to `vite-plugin-solid` issued. However, with that fix we will face a new issue with Vite: https://github.com/vitejs/vite/issues/10087#issuecomment-1248472685
Closing as this should be resolved on latest of vite and vite-plugin-solid. You may still need to add the following to your vite config though to avoid other errors: ```...
Thanks for the kind words. I think I need to invest in better docs now to cover things like these tips. Related issue https://github.com/thisbeyond/solid-dnd/issues/17
I have encountered this with the same use case as @aroraenterprise - passing a header that allows access to a specific record regardless of role.