jwaldmann
jwaldmann
I did some research, taking `:doc` as an example. Actual implementation is `docCmd` in `ghc/GHCi/UI.hs`: ``` docCmd :: GHC.GhcMonad m => String -> m () docCmd "" = throwGhcException (CmdLineError...
Right. I try to keep this in my todo-queue.
I ran into this (or similar) problem when I wanted to use sliders (input type = range) as input. https://gitlab.imn.htwk-leipzig.de/waldmann/matrix-game/blob/master/src/Main.hs#L101 @maweki solved it with `onDomEvent "input"`. This is currently is...
``` Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 192.168.6.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1 192.168.5.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 141.X.X.0...
> FIFO between a fixed pair of sender and receiver I meant the following: for one channel: if P1 .. Pm are writers, and Q1 .. Qn are readers, and...
Thanks. I am looking into it now. Where is the (planned) point of integration in music-suite sources? See also https://github.com/ejlilley/lilypond-parse/issues/2 about interdependencies
Hi. I made this declaration/discussion of (possible) goals https://github.com/jwaldmann/lilypond-parse#goals > 2. Write a function `Lilypond.LilyFile -> Music.Prelude.Music` this is what I call "interpreter"? Where should it live? In music-suite (not...
The `--help` proposal is already there. But it requires me to download, install, build, and run - or to hunt for the source code. Neither of these (output of `--help`,...
Yes I can try to propose a sentence to add to the documentation. Just to be clear: from your explanation I conclude that `evaluate $ rnf [s, s_even, s_odd]` is...
Yes: want to choose which group of sources you will view.