Rahul Ramteke
Rahul Ramteke
Which OS do you have? PS: Seems to be working on my elementaryOS
Not sure about that. It works here even if the window has merely 2 lines. Probably, an OSX issue?
Thanks for pointing this out. Although I gotta admit this used to work, let me look into this today and I will report whatever I find out. Thanks again!
So, looking into it I found out that this [commit](https://github.com/iostreamer-X/FuncShell/commit/36bacecaf57a64587aa16bdbc0d8e232b5b21c9f) was not tested thoroughly. The `ps` example in help filters on the basis of PIDs. And when that filter returns...
>I also notice a mix of [Char] and String in the types. Being a novice myself, I coded without type signatures, then loaded the code in `ghci`, used `:t` to...
I see, thanks for bringing it up! Want to submit a PR?
It has been created and is up on hackage actually. Here is the [link](https://hackage.haskell.org/package/fsh-csv) Cheers!
I am not sure what the problem is. I have ghc-7.10.3 which I installed through the ubuntu repositories. Can you check if you have that file? ![screenshot from 2017-05-02 10...
I think so ```shell diff --git a/test b/usr/lib/ghc/platformConstants index 9cf355d..4071af9 100644 --- a/test +++ b/usr/lib/ghc/platformConstants @@ -1,11 +1,9 @@ PlatformConstants { pc_platformConstants = () - , pc_CONTROL_GROUP_CONST_291 = 291 ,...
That's so nice and I appreciate your eagerness to help.