David Rees

Results 61 comments of David Rees

For context, this would be similar to the "Create a Clang Compilation Database" in VS Code - https://www.sourcetrail.com/documentation/#CreateaC/C++SourceGroupfromVisualStudioSolution. One reason it would be beneficial is that CLion has additional information...

How about at least adding a "sort" context menu item to the parent folder in the "manually sort folder" dialog?

Would also be nice if one could do a diff between HEAD Working Tree as well. That would allow editing while seeing changes relative to HEAD (what I think users...

I think easiest first step would be adding the ability to switch gutter bar diffs from current "Index Working Tree" to "HEAD Working Tree" and back. That is what @vlmphipps...

> If you are using GDB for debugging, you can set the variable display format by entering `-exec set output-radix 16/10/8/2` in the debugging console. Note though there is seems...

Other related bugs with many votes that show general interest in this: - https://github.com/microsoft/vscode-cpptools/issues/557 - https://github.com/microsoft/vscode-cpptools/issues/7281 - https://github.com/microsoft/vscode-cpptools/issues/6521

In current state cppdbg seems to show an octal value after the decimal values in locals and watch. It would be very nice if we could at least change that...

Here is example of 400 on first attempt by the script... ``` $ pipenv run python3 southwest.py XXXXXX My Name -v 2024-12-21 11:28:31 DEBUG MainProcess[log:24]: Initialized the application 2024-12-21 11:28:31...

I tried adding just a second as follows... ``` --- a/lib/checkin_handler.py +++ b/lib/checkin_handler.py @@ -78,7 +78,7 @@ class CheckInHandler: def _set_check_in(self) -> None: # Check-in is 24 hours before the...

Could try adding another second. Or, I wonder if we could have the script run multiple tabs (like I sometimes do manually in the browser). For example, it could start...