pm100

Results 48 issues of pm100

fix for https://github.com/extrawurst/gitui/issues/1316 resubmitting after commit cleanup the actual fix is - if execution fails on windows - attempt to rerun as `cmd /c ` - if that fails then...

I would like to expose variables (not functions) to the expressions that are not simple data items but I cannot find a way to do it . Specifically - I...

enhancement

It makes sense in my use case where hex inputs are expected to be $fd This is trivial to implement, I can do a PR. All your tests pass But...

enhancement

new PR for #1662 - the old one was getting cluttered OK. we are close :-) I did everything you said. Notes: Should stash msg dialog be multi or single?...

Once the panic handler is installed any panic is not reported and the app just closes (it writes the log file if there is one). I suspect that the eprintln!...

bug

this comes from a bug report on gitui, a console text gui for git written in rust, it uses the rust wrapped version of libgit2 Issue. I have a config...

p2

I turned on a bunch of gcc sanitizers ` set(CMAKE_CXX_FLAGS "-g -O0 -Wall -Wextra -pedantic-errors -fsanitize=leak -fsanitize=address -fsanitize=undefined ")` This picked up the three leaking programs I reported before. Plus...

Bug
Algorithm

run the event-read example on plain mac terminal (ventura 13.3.1 M1 cpu) Press shift, hit enter, no key modifier is reported.. Same for control. If I use iterm2 it works...

I would PR it myself but I dont understand how to add things to cfltk - which I think is needed