You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for taking an interest in ad! I'm afraid the core of the editor relies around using unix domain sockets for serving the file system interface which isn't currently supported in the standard library (though judging from this issue it looks like it's now being worked on?)
I suspect the compile errors are around clipboard support which is currently only implemented for linux and osx here. If you have an idea of what that should look like then I'm open to accepting a PR that adds equivalent code for windows but importantly, I also don't have a windows machine to build or test the project on. So ensuring that everything stayed functional as I work on that side of the codebase isn't something I can currently commit to I'm afraid. As and when the project reaches a stable state it might be possible for me to take on windows support but I'll have to look at how much time I can dedicate to it when I hit that point.
Hello sminez,
Thank you for the great editor I watched your intro video and it looks pretty interesting I wanted to test it.
But it doesn't compile well on Windows, is this platform even supported currently? If so how to proceed?
Thanks!
The text was updated successfully, but these errors were encountered: