bkazez

Results 14 issues of bkazez

Google PageSpeed Insights reports: Consider marking your touch and wheel event listeners as `passive` to improve your page's scroll performance. https://web.dev/uses-passive-event-listeners/

Needs more info

I frequently get the error "Please select at least one artboard." If I haven't selected an artboard, it would be great if the plugin could automatically preview the last selected...

**Is your feature request related to a problem? Please describe.** I often spend too much time on certain web sites, like Gmail. To reduce the amount of time I spend...

enhancement

### Versions - Operating system: macOS 13.4 (22F66) - Browser: FF 114.0.2 (64-bit) - PassFF: 1.14.1 ### Steps 1. Navigate to a page that has an entry in pass. 2....

enhancement

### Versions - Operating system: macOS 13.4 (22F66) - Browser: 114.0.2 (64-bit) - PassFF: 1.14.1 - Host app: Status line output: [18:37:44] show -> (0) no error message ### Steps...

enhancement

### Versions - Operating system: macOS 13.4 (22F66) - Browser: FF 114.0.2 (64-bit) - PassFF: 1.14.1 ### Description Suppose you have two logins saved for example.com, and you're viewing example.com....

enhancement

### Versions - Operating system: macOS 13.4 (22F66) - Browser: FF 114.0.2 (64-bit) - PassFF: 1.14.1 ### Steps 1. Create an entry with no url 2. Attempt to fill with...

enhancement

### Versions - Operating system: macOS 13.4 (22F66) - Browser: FF 114.0.2 (64-bit) - PassFF: 1.14.1 ### Description Right now if you add an item like 192.168.3.4:3000 to pass, and...

unconfirmed

### Versions - Operating system: macOS 13.4 (22F66) - Browser: FF 114.0.2 (64-bit) - PassFF: 1.14.1 ### Description Right now, pressing return while the search box is focused will go...

enhancement

Two extra trailing spaces + hard_warp: true => extra inserted: ``` markdown_renderer = Redcarpet::Markdown.new( Redcarpet::Render::HTML.new(hard_wrap: true), ) markdown_renderer.render("hello \nworld") ``` =>`"hello\nworld\n"` With just one extra trailing space, or with hard_wrap:...