Guy Rouillier
Guy Rouillier
I just tried this version of TVision after working with SET's TVision at set-soft/tvision. Thank you for the work you've put into this. I compiled your TVision on Windows 7...
I forgot to mention that I have set-soft/tvision on the same installation of msys2 and Mingw-w64, and resize works fine there: both to shrink and then return to original size....
Thanks for Hourglass. I wanted something very simple to just sound an alarm at a certain time. Hourglass is perfect for that. Most alternatives are overblown with feature bloat. I...
Thanks for the update!
I found this via search. I'm not sure I'm doing this right, but in my repository .git directory, I specified: `git config --local status.showUntrackedFiles no` which added the following to...
I want to add my vote for being able to search while viewing an individual note. I found a discussion that searching within a single note is available if I...
Here's what I've discovered in Eclipse 2018-12. With the changes to the velocity-scripting to JUnit 5, I can no longer easily rerun this test in Eclipse Oxygen. See: https://stackoverflow.com/questions/46717693/eclipse-no-tests-found-using-junit-5-caused-by-noclassdeffounderror So,...
Sure. I have the mybatis-3 project (https://github.com/mybatis/mybatis-3) imported as a Maven project into Eclipse, and built. I then have the velocity-scripting project (https://github.com/mybatis/velocity-scripting) also imported as a Maven project. As...
Just a FYI, don't know if this will help or just make for more confusion. I'm working on a Groovy scripting engine for MyBatis. I've borrowed from the Velocity and...
I updated both mybatis3 and velocity-scripting projects. Unfortunately, I'm still seeing the same behavior I reported in [this](https://github.com/mybatis/velocity-scripting/issues/56#issuecomment-450465545) comment. Let me know if I can test anything else. Thanks for...