Allen Dang

Results 166 comments of Allen Dang

@r00tc0d3 I'm confused now. What's your expectation and what actually happen?

@r00tc0d3 Seems so.

@aj3423 Yeah, I would like to do that also. But code editor is a little bit complex, may need some time.

@mtp Got it. I will test it soon. I guess something is changed inside imgui when processing multiple monitor support.

@lukaswozniak It's really weired. What c++ compiler you are using?

@stigok I need to write testing code to increase coverage before doing that. That may cost some time.

@stigok All kinds of pr is welcome! I'm thinking about how to do the tests now. It seems kind of hard to cover C++ part... I'm checking fyne, they seems...

I merged the pull request of hut8, it may fix the issue. Sorry, I switched my working OS to Mac long time ago, so this repo is not actively maintained...

I had to change build-emacs-for-macos, add following line to ENV['CFLAGS'] to build. `"-I#{libgccjit_dir}/include"` And I got two warning messages ```sh checking libgccjit.h presence... no configure: WARNING: libgccjit.h: accepted by the...

@folke Thanks for the hint. I configured like this, trouble did open after :make, but quickfix window is not closed, do you know why? I can confirm QfTrouble is invoked....