Cade Michael Lueker
Cade Michael Lueker
> Make sure you pull the data from the problem specs! I think that configlet does this automatically ? from my understanding but I'm not sure.
I think I got it. I found the missing tests id's correspond to the same named tests (as already implemented) with different inputs so I've added the testcases and updated...
#784 submitted a PR, sorry for all the questions, I think I got the hang of it and made the updates.
Are there any docs on building it locally ?
the java api for `waitFor` with the timeout takes a long (`Int64`) and allows the user to choose a timeUnit. leveraging the new timeunit function I have to milliseconds from...
> > Essentially ProcessOutputStream wraps OutputStream while implementing the `Reader` trait. Should `ProcessOutput` be their own Modules or withing `Process.flix`? I could make two new modules `InputStream` and `OutputStream` that...
> The challenge is that we don't want to "leak" InputStream - a Java type - to client code. > > Flix code that uses the Flix library should never...
It took some trial and error but I got an ad hoc prototype for `output`. The issue is I don't believe that it uses the Reader trait. I was unsure...
for **Ipv4** do these constants and methods seem like a good starting point? - constants - bits (32) - broadcast (225, 225, 225, 225) - _don't need_ localhost (Inet gives...