Chad Smith
Chad Smith
Nice project, thanks for making and sharing it! Is it possible to manually invoke autovenv to create a venv? In the spirit of the unix philosophy of "do one thing...
Use best of template to integrate more data into the readme https://github.com/best-of-lists/best-of/blob/main/create-best-of-list.md
##### Describe the issue New feature requirements discussion (moved from [twitter](https://twitter.com/kyoneoblood/status/962501082684551168)). > is there a way/tutorial to plot other things (like the 'expresion' tab)? I work with geometry and it'd...
**Describe the bug** Python does not support [pseudoterminals](https://docs.python.org/3/library/pty.html) (for example, `import pty` on windows fails) on windows. As of gdbgui v0.14, pty's are used in the backend, and thus cannot...
**Is your feature request related to a problem? Please describe.** gdbgui could use additional maintainers for issue labelling, bugfixes, and feature development. **Describe the solution you'd like** Anyone reading this...
# history gdbgui was started and developed by me in my spare time. It has grown in scope, and gotten more users than I ever expected from all over the...
**Is your feature request related to a problem? Please describe.** Currently gdbgui's backend uses SocketIO and has a dependency on gevent, an older async implementation. Additionally, SocketIO is not needed...
**Is your feature request related to a problem? Please describe.** gdbgui's css is a mix of custom css values. This is difficult to maintain. **Describe the solution you'd like** Use...
**Is your feature request related to a problem? Please describe.** gdb features, such as whether reverse debugging is enabled, is currently guessed at by gdbgui. **Describe the solution you'd like**...
**Is your feature request related to a problem? Please describe.** Autocomplete library is not react-based and is difficult to maintain. **Describe the solution you'd like** Replace awesomeplete with React-based solution