Mateusz Kowalczyk

Results 98 comments of Mateusz Kowalczyk

I don't really follow. I haven't read the code closely, but isn't it just the case of adding `args[0]` to this line? https://github.com/haskell/process/blob/17b8a15ce174fe7fa1d7572441b40cccb4a906dd/cbits/posix/runProcess.c#L339

>Also it is useful for me because in the accounts I work with rules enforce that every role must trust a special entity used for monitoring and audit I think...

I have a ``` Section "InputClass" Identifier "Keyboard Defaults" MatchIsKeyboard "yes" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us" Option "XkbVariant" "dvp" Option "XkbOptions" "compose:caps,lv3:ralt_switch_multikey,kpdl:semi,keypad:atm" Option "AutoRepeat" "100 50"...

My xorg-server is version 1.14.0. I'm unsure what you're referring to by ‘XHB’. I do use XMonad and have super as the modifier key and thanks for the note. Attaching...

`uu-parsinglib` has error-correcting facilities, depending on what kind of incomplete statements you're after, this might be something to consider

@ForrestFeng I have a question about this feature: how does it interact with TreeNode? In #728 it shows that it's possible to colour the text by pushing a style: great,...

> @ForrestFeng I have a question about this feature: how does it interact with TreeNode? In #728 it shows that it's possible to colour the text by pushing a style:...

>@Fuuzetsu to avoid misunderstanding can you provide a sample code for what you did on the TreeNode labels? So that I can try to recreate it in my way. Actually,...