Cade Michael Lueker
Cade Michael Lueker
> I think we would still want localhost right? > > Instead of fromString, we can implement the FromString trait for both types. > > The rest look good. sounds...
In the vsc extension or flix repo? It looks like all github checks are passing in the vscode-flix repo.
I had a brief talk with Ry earlier and one thing that might be overkill but seems like it could be useful would be a semi backtracking effect for "peeking"...
> Any sort of `readWhile`/`readUntil` (I said `readUntil` in my proposal but maybe `readWhile` is more standard) logic has to be built on top of buffering. This includes `readLine()`, which...
let me know when you merge once there is a Working implementation I can finish `Process` and underlying changes to the `readline` implementation shouldn't break it.