Marat Tanalin

Results 9 issues of Marat Tanalin

A suggestion by Vecna: > Can you add this shortcut: "Toggle Fast Forward"? I ask that 'cause in some RPG is awkward to keep pressed the Fast Forward key when...

enhancement

### Description Looks like Ghostery started to automatically replace `http` with `https` (note the **s**) in `IMG` element’s `src` attribute. This breaks external images located on HTTP sites that don’t...

Feature Request

Matroska (MKV) container format supports a header that specifies amount of pixels that should be **cropped-out**. This would be useful for setting proper cropping for videos that contain **black bars**...

Found suspicious code in [bsnes/heuristics/game-boy.cpp#L277](https://github.com/bsnes-emu/bsnes/blob/5cefce5c08f74cfc80eee3f82a32d846144e5277/bsnes/heuristics/game-boy.cpp#L277) that contains 3 lines indented, but not wrapped in a `{}` block, so only the first of them effectively depends on the condition: ``` if(serial)...

Potential typo in [`bsnes/sfc/controller/justifier/justifier.cpp`](https://github.com/bsnes-emu/bsnes/blob/5cefce5c08f74cfc80eee3f82a32d846144e5277/bsnes/sfc/controller/justifier/justifier.cpp#L14). The code contains two groups of similar statements, first group sets properties of `player1`, second group does the same for `player2`: ```cpp player1.x = 256 /...

...(before closing curly brace) in "compressed" output mode of formatter. For example, instead of: ``` .example{background:#eee;color:#000;} ``` we will have: ``` .example{background:#eee;color:#000} ```

pr: behaviour-change

This causes the page loaded dynamically (via `history.push()`) to be shown at some nonstarting position which is somewhat confusing.

What I’m talking about is the element in the `HEAD` element of HTML document: Canonical URL is not only available to search engines, it’s also available to human users e.g....

Images, backgrounds, and videos are unreasonably blurry in browsers even at integer scales such as 2.0 (200%) which is typical e.g. for 24-inch 4K monitors. Integer (pixel-perfect) scaling turns each...