Pavel Grinchenko
Pavel Grinchenko
Sorry, but could you update the usage screenshot? You have posted 2 the same images
Hello! I have tried to reproduce that, but on my Ubuntu arm64 everything is ok. I found similar issue in [AppImageLauncher repo](https://github.com/TheAssassin/AppImageLauncher/issues/133). Do you use custom theme in Ubuntu? Have...
Could you try to run the application from the CLI (like `~/Applications/HTTPie-*.AppImage`) and post logs here? I'm almost sure that the error will be the same, but still...
Can you also try to reinstall `AppImageLauncher` following this instruction: https://github.com/TheAssassin/AppImageLauncher#system-wide-installation ? We want to be sure that you have proper `AppImageLauncher` version, since it deeply integrates into the system,...
Good to hear that! 🎊
Could you clarify, do you use web version of HTTPie and not desktop app? Web version proxies request to avoid browser cross domains requests limitations but proxy server has own...
Both lists should have the same DndContext at least, but in your example `Top` and `Bottom` components create own contexts. You can't drag items between different DndContexts
I use `onDragOver` [here](https://codesandbox.io/s/competent-bash-3iery1?file=/src/DndContextProvider/DndContextProvider.tsx:693-1103) for moving item from one collection to another one and `onDragEnd` [here](https://codesandbox.io/s/competent-bash-3iery1?file=/src/DndContextProvider/DndContextProvider.tsx:1108-1413) for reordering items inside collection. When I move item from collection in the sidebar...
@clauderic It's really rude to mention you and I'm sorry for that, but I really need help here. It seems only you can know how to properly handle such case,...
You can reach that by using `DragOverlay`. I forked and modified your sandbox here: https://codesandbox.io/s/dnd-kit-drag-to-sort-exploration-forked-n33v7p?file=/src/App.tsx