Drew Nutter

Results 51 issues of Drew Nutter

Windows 10.0.15063 Pro Python 2.7.14 IPython 5.6.0 colorama 0.3.9 ## Normal behavior 1. Execute this code: ```python import IPython IPython.embed() ``` 2. Press ctrl-D : Do you really want to...

When windows and menus fade in or out and blur is enabled, everything is blurred behind them. For normal amounts of blur, this isn't a big deal, but while using...

When a package build fails, I have to scroll up to the start to figure out what package had an error. Sometimes the compilation output prints many thousands of lines...

Type: Enhancement
Status: Approved

It looks like you're maintaining a state identifying which saved request is currently being worked on. This is confusing if you start with a saved request to login and then...

Edited to show progress: * [ ] GitHub: **needed** * [x] CodeMirror: Added * [x] Jupyter: Added ---- Base16 Ocean is the default color scheme in one of the most...

themes 🖼️
help wanted :pray:

I disabled this extension from the tweak tool, but filezilla and terminator still have their titlebars removed when maximized. This never happened before installing the extension.

Instead of only this: ```rust #[derive(Accounts)] pub struct PermissionedAction, pub authority: Signer { pub market: Account, } ``` I think this syntax is actually more intuitive in most cases. In...

I can't rely on an ssh agent to provide a private key. Sometimes I need to provide a password, sometimes I need to manually load the key file. But the...

- Automatically adjusting the column widths does not work great. Usually at least one of the columns has some text cut off. - There is no way to make "Header...

I'm diffing two files that have the same prefix for most of the lines. The diff thinks that one of the rows is missing everything after the prefix, and one...

bug