田舍汉

Results 29 issues of 田舍汉

With `System.Console.CmdArgs.Implicit`, I mean. Or I should check the result myself.

**Describe the bug** The bar is supposed to be strictly the same length as the width of the screen (assuming the bar is at top or bottom). But when window...

hard
help wanted
feature

Since ":" opens command palette, and "save" is not even the first command, how about adding a "w" command to save file? So ":w" behavior could be the same as...

``` $ ghc --version The Glorious Glasgow Haskell Compilation System, version 7.10.3 $ hastec --version 0.5.3 $ ghc-pkg list /usr/local/lib/ghc-7.10.3/package.conf.d Cabal-1.22.5.0 array-0.5.1.0 base-4.8.2.0 bin-package-db-0.0.0.0 binary-0.7.5.0 bytestring-0.10.6.0 containers-0.5.6.2 deepseq-1.4.1.1 directory-1.2.2.0 filepath-1.4.0.0...

I am confused on how to use `GI.Gio.ListStore`. I was thinking of easily passing a Ptr to a String / Text. Then I wondered if I could make a Haskell...

I am running Archlinux in container. Without this module, pulseaudio worked just fine. With this module, pulseaudio exited with message in dmesg: `pulseaudio[14616] trap invalid opcode ip:7fb2b1eb73c4 sp:7ffee7249330 error:0 in...

crash

My routine for one binding package is that, a Types.chs for all pointer hook, and some modules containing fun hooks and using Types via import hook. But when I made...

This comes from https://github.com/haskell/haddock/issues/1001. If I understand it correctly, the `LINE` is just for debugging. If Cabal building system could pass an option to c2hs in haddock process to suppress...

For example, I want some fun hooks to generate wrappers wrapped by `liftIO`. From ``` {#fun c_fun { `Int' } -> `Int'#} ``` to ``` c_fun i = liftIO $...

I am making a code generator that reads source and generating some wrappers. It worked fine with my own source. But failed with C2HS result since C2HS generated source uses...