-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Hi Gusty!
It's been a while. Work has been crazy, but I managed to spend a little time prototyping some non Windows support. First, here's the WIP branch: https://github.com/steego/FsPad/tree/sockets
Here's an overview:
- I substituted out the windows form for the user's default browser. I use a simple Suave server with some web-sockets to push HTML up to the browser and render it as-is.
- I was having trouble with TypeShape working on .NET Core, so I created file that converts objects to the PrettyPrint type.
It's late, so I'll try to follow up tomorrow with some more notes.