Chad Smith
Chad Smith
**Is your feature request related to a problem? Please describe.** The grid layout has been difficult/hacky to develop with splitjs. **Describe the solution you'd like** Use modern css with css...
**Is your feature request related to a problem? Please describe.** The code base is not fully type checked, which could lead to errors and longer development times. **Describe the solution...
**Is your feature request related to a problem? Please describe.** When debugging a program, the program cannot be modified in the gdbgui interface. It has to be opened else where,...
Python 2.7 will reach end of life on Jan 1, 2020. All existing versions of gdbgui will still work and be installable for Python 2.7, but future version will not....
Due to breaking api changes, gdbgui has held flask below v1.0. It should be updated to the latest version. If the flask addons that gdbgui uses aren't compatible, consider FastAPI...
The CI build is currently broken. Migrate the js portion of gdbgui to create-react-app+typescript. This will allow for easier upgrades and less maintenance burden of the js build process, and...
Per https://github.com/cs01/gdbgui/issues/190#issuecomment-480874779, the end user experience may be improved by disabling SocketIO managed sessions: Add `manage_session=False` to the SocketIO instantiation.
Add async alternatives to all sync methods. This will make pygdbmi more efficient because it will be event-based, not polling based.
Add column with download counts
@gaborbernat noticed the created date was not correct for tox. https://twitter.com/gjbernat/status/1305582155943288833 Investigate if there is a way to get the correct data from github's graphql API. If not, manually enter...