Results 272 comments of PalmerAL

Sorry, I really haven't thought about this at all. When you say you don't care about separating tasks / there are too many barriers, are you thinking that the task...

This is probably caused by https://github.com/electron/electron/issues/5078.

I spent some time looking into this. Jupyter notebook does this: ``` var w = window.open(undefined, '_blank') ``` We receive that event [here](https://github.com/minbrowser/min/blob/master/main/viewManager.js#L59), and it looks like this: ``` [1]...

Thanks for all the feedback! I'm going to try to split these up into separate issues so they're more manageable. * I'm concerned about taking up more space in the...

For the menu bar, I think it makes sense to do the following: * Show the menu button when the menu bar is hidden. * Add an option to have...

Also, I just remembered the shortcut to hide the menu bar is actually ctrl+m.

After pressing ctrl+m with 9f435bf3bf5745900a29852deb0126e5c6a8733c: This may end up being a temporary solution; if we do start emulating the window controls in HTML, I think it would best to have...

@llomellamomario I've added `!enableblocking` and `!disableblocking` shortcuts in 0ffef9bc16dfe68942b5e5ea49eaf1fe170ec2c3.

@llomellamomario 1.13 has been released with autofill support: https://github.com/minbrowser/min/releases/tag/v1.13.0