VzxPLnHqr

Results 16 comments of VzxPLnHqr

Thanks. I can confirm that the following "works" properly but then starts doing weird things on subsequent calls to `readLine` as you said: ``` object Main extends IOApp.Simple { val...

Yeah, I am not deeply familiar with the jdk itself. It seems like this should be a pretty common use-case though....a console app that expects some input but if it...

fs2 seems to have the same problem: ``` object Main extends IOApp.Simple { val run = for { v fs2.Stream("hello")).compile.toList _

@armanbilge thanks. This is an interesting approach and may suffice in the interim for me.

just chiming back in here quickly. @armanbilge I never quite got your little `betterReadLine` snippet to work (but admittedly, I did not have time to try very hard). However, the...

Also, for some context, what I actually ended up doing was basically making some helper methods like these: ```scala def prompt(msg: String): IO[String] = IO.print(msg + " ") >> IO.readLine...

> would you mind qualifying what "just work" means for you? In this context, it means, to me at least, that if `readLine` is presented to me as an effect...

For what it is worth, I also ran into this when trying to get a local sparrow + regtest (bitcoind) up and running. I used an address from the regtest...

@roconnor-blockstream @apoelstra Apologies to barge in on this PR, but it seemed the most relevant location given that you are nixifying codex32 things here and that would be immensely helpful....

> ...see if I got wasm-pack working, and the answer is no... Unfortunately wasm-pack is a nightmare Thanks for your reply and suggestions. It does give me some comfort that...