Results 54 issues of Thompson Lee

Currently using Bizhawk 2.8 latest stable release for doing some TAS'ing projects. I'm using the Bizhawk's tool, called Trace Logger. According to this code here: https://github.com/TASEmulators/BizHawk/blob/90220b6506d1b5a6751c20aa7b2c1d8b22574fca/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.cs#L71 The Bizhawk trace logger...

feature:usability

Using Windows 10 Pro x64, build 1909 (still waiting on 2004 to drop). Using the latest Sourcetrail stable release, 2020.2.43 that came out yesterday. Installed Java Runtime Environment 8 u251....

Windows
Java

In YAPF, there is a directory that it looks up, to find a .STYLE.YAPF file: `~/.config/yapf/style/` On Windows 10, this directory is located at: `C:\Users\tomma\.config\yapf\style\` I have placed my .STYLE.YAPF...

OS: Ubuntu 20.04.2 LTS Guitar version: v1.2.0 (1001631) QT version: 5.9.3 gcc version: 4.8.4 If Guitar hard-crashes, where would I as a user look for the error log messages that...

![capture](https://user-images.githubusercontent.com/6444116/88305026-01e45e80-ccd7-11ea-826f-053271ab7739.png) We employee the strategy of merging branches in the following: 1. Merge main branch into work-in-progress branch. 2. If no merge conflicts and no regressions, merge the work-in-progress branch...

I am referring to the programs used by Guitar: ![image](https://user-images.githubusercontent.com/6444116/122993164-fed57080-d374-11eb-81be-51bb74b6a881.png) When running Guitar on first launch, Guitar Wizard will show up. Someone like me who isn't used to Linux in...

![image](https://user-images.githubusercontent.com/6444116/121256103-35da5b00-c87a-11eb-8b53-6867e6181478.png) There should be more characters of code after `sortDirection`: ``` sortDirection="${pageableListForm.sortMap['varName'].sortDirection}" ``` However, in the latest Pre-Release build of Guitar, it's prematurely cutting off all the lines, modified and...

![image](https://user-images.githubusercontent.com/6444116/98582107-7942fb80-2290-11eb-85e4-07557175b6f6.png) Omitted some personal details. The top part of the image is from Bitbucket. They feature the ability to display emoji icons in the commit messages. The red rectangle is...

Currently, the local branches are highlighted in blue. If a local branch is made at the HEAD, it will look like this with all the local branches colored in a...

It would be nice to have Guitar allow the user to define and customize a recurring scheduled task, which can periodically run a `git fetch` command automatically in the background...