iogrt

Results 5 issues of iogrt

The internal module is really empty and doesn't give a lot of room for extending Haskeline, here are a few use cases the library doesn't provide ways to do without...

I'm not able to call functions, alias, etc defined in shellHook. Example: ```nix mkShell { shellHook = '' alias e="echo" ''; } ``` Result: ``` e: command not found ```

I was previously able to build haskell-language-server as I explained here: https://github.com/reflex-frp/reflex-platform/issues/747#issuecomment-1684231942 Now on the new reflex-platform version, I get the following error: ``` : /nix/store/nprym6lf8lzhp1irb42lb4vp8069l5rj-glibc-2.32-54/lib/libpthread.so.0: undefined symbol: __libc_siglongjmp, version...

Hello, I would like to be able to change the `jsaddle-warp` port. Specifically because I'd like to run multiple instances of my app locally.

# Why Current options make it so that rendering fixed size TUI images requires us to know the size they'll take up. It seems to me that it's possible to...