Elliot Thomas
Elliot Thomas
> I have made a start on the saving and loading though it does not yet work, but my brain is too fried tonight to see why so I shall...
I need to work on some more tests for it all of course but the feature is now in place ^^ I'll mark it ready once I've got those tests...
Any suggestions on testing the drag and drop events? Not seeing how they're tested for the existing move_entry code.
I've added tests now and I'm quite happy with it, but I'm having trouble running the `zed-local` script to test collaboration. So far I haven't added support for syncing order...
That's fair, the main issue I was thinking of is that users joining might see projects in alphabetical and the host would see their custom order, but I'd like to...
Ahhh it's because my macbook has a dual GPU 👀 the script indexes `SPDisplaysDataType[0]` and gets my intel GPU which isn't actively being used.
Okay I managed to test it, it does indeed organise them alphabetically on the client but they can also drag and drop to reorder them so not a major issue...
It took me way too long to figure out how to get the collab server running though as all the instructions rely on foreman and only loosely mention docker, which...
> I have looked at the whole PR after it changes and got somewhat upset by the amount of things we start exposing with `pub` around the order. While I...
So I've been going through merging your branch into mine and going crazy over the serialisation, doesn't help I'm sick right now 💀 But it finally works now and I...