John Gehrig

Results 38 issues of John Gehrig

See `src/gui/app.cpp`, we should remove `endl` and the wrapper `QT_ENDL`. The minimum required Qt version is 5.14.

deprecated code

See `src/gui/shell.cpp`, we should remove: ```C++ const QPoint pos(ev->x()/cellSize().width(), ev->y()/cellSize().height()); ``` The minimum required Qt version is 5.14.

deprecated code

See `src/gui/shellwidget/helpers.h`, we should remove `GetHorizontalAdvance(...)`. The minimum required Qt version is 5.11.

deprecated code

Maybe this should be exposed via a command line argument? Or a QSettings option? ```C++ void Shell::keyPressEvent(QKeyEvent *ev) { ... // Uncomment for key input debugging and unit test writing....

**Description** When folds are enabled in a large file, scrollbar drag events result in strange behavior. The view does not change, bounces, and lands at the top of the buffer....

After Neovim's 0.5.0 release, we should generate the new API. We should wait until the API is finalized. Pull Request #697 added support for Float values. We should validate this...

While doing some unrelated testing on Mac OS, I noticed the following popup appear after long key presses. ![image](https://user-images.githubusercontent.com/11207308/70772024-11a2ca00-1d28-11ea-9e02-407bea888857.png) Apparently this feature can be disabled globally: `defaults write -g ApplePressAndHoldEnabled...

While working on Pull Request #577, I validated `struct Cell` to `class Cell` didn't cause any issues our use of memcpy/malloc. I figured it might be a good opportunity to...

This is a drop in replacement for the `Endstop_Strike_Block` used with Bowden extruders. The endstop can be rotated to adjust the X gantry zero point. On my printer, the stock...

Stale PR
CR: Readme

A recent update to vim-signify breaks my configuration. I am using vim-signify with a proprietary Perforce-Based VCS. It is mostly identical to Perforce, except with a different executable name. Very...