user202729

Results 532 comments of user202729

I didn't try to implement it, I'm not sure how much time it would take. However, I think that using a `tableView` will make the code simpler than using a...

Since the hang is caused by importing the modules, I'm not sure if anything can be done on the pystray side except only importing them when they're really required. However,...

@The-Compiler Actually a `:zoom -n` can reset the zoom factor. Quite inconvenient, I agree.

As commented in a commit to the previous PR https://github.com/qutebrowser/qutebrowser/pull/2001/commits/aeb03ab396402903a6551f7eb19710b610a5b732 , `PDFView` is the global variable in an old pdf.js version -- should that be supported?

@The-Compiler About mouse passthrough: Fixed. However... normally Shift+mousescroll is used to move left/right. If all mousewheel events are passed-through then that won't work anymore in pdfjs. What should the behavior...

For some version of PDF.js, there are 3 other options for zooming (actual size/page fit/page width) that cannot be modified by the `:zoom` command.

* `@match https://stuff.com/*` also matches `view-source:https://stuff.com/`. * Perhaps the script name should be edited so clicking the script name (in `console.log` messages in the inspector tools for example) opens it?...

I use vim as a terminal multiplexer, and it's convenient if `vim ` on the inner terminal doesn't open a nested vim.. Any better idea? (Alright, I change it to...

Alright, since you can reproduce it I guess it's either "low-priority" or "won't-fix" then. > Or your command can fir open a new window or tab. Using `:tabe ` instead...

This was fixed once. https://github.com/openstenoproject/plover/pull/1062 (that is probably the reason why it is fixed when you upgrade to latest master) Ctrl+N also fail on Linux. (latest master)