Max Klein

Results 127 comments of Max Klein

> it should be added back to the themes, since that is where it was a public api. You are not wrong. Alright, since part of my goal here was...

@krassowski I do like the idea of standardizing our many button interfaces

For me it started with a `brew update` about a week ago. First, I was getting > Error: Cask 'font-dejavu-sans' is unavailable: No Cask with this name exists. and I...

Currently working, albeit with wonky styling (aligning raw svg elements in the toolbar is arcane): ![image](https://user-images.githubusercontent.com/2263641/179967490-cb5a7823-09c5-4b7c-a1e6-e0e4644a7d6e.png) I also took a crack at adding a `readonly` icon: ![image](https://user-images.githubusercontent.com/2263641/179972719-6f210ec4-ada3-4aa0-99b5-d87f8cff4152.png) Not sure if...

Would actual code folding meet your needs? That feature was just added to master a couple of days ago in #5761. It'll probably wind up in the release build in...

I'm splitting @isabela-pf's Toast-on-attempted-save UI proposal (described above) out from #7980 into a fresh issue here. The easy way to do this would be to incorporate an already existing quality...

I can repro your issue (and the exact same context menu that you show) by right clicking on any directory in the filebrowser. We don't support copy/duplicate on dirs, so...

Just to see what would happen I enabled the "copy" context menu item for directories. This is what I got when I tried to cut-n-paste one: ![image](https://user-images.githubusercontent.com/2263641/81260684-8264be80-9008-11ea-8acc-c8461dbaf5fb.png) So yeah, it...

You don't have a JupyterLab problem, you have a Python problem. The real issue is buried in the command line output you posted: > _File "C:\Users\User\Anaconda3\lib\site-packages\zmq\backend\cython__init__.py", line 6, in >...

Deprecation seems like a good idea to me, but there's already a very complicated story around the 3 similar options: - `GatewayClient.env_whitelist` - `EnterpriseGatewayApp.env_whitelist` - `EnterpriseGatewayApp.env_process_whitelist` If we start changing...