Roman

Results 20 comments of Roman

**The issue become almost invisible for MBP 2021 with M1-chip:**

**Status**: won't be ported while it's not become good browser :) **Problems:** - Shadow-dom api not supported (only with enabled flag in `about:config`) - Lacks of chrome extensions api: 1)...

Reopened to investigate new changes since then..

What is relevant? Yes it's still in long non-priority todo-list if you want know ;) If firefox-extensions store is fully compatible with chome-store apis (like edge-store), then (re)solution for the...

Currently it's not possible in the app. _Here is what is used:_ `https://translate.google.com/translate?tl=${lang}&u=${pageUrl}` Most probably it's missing some extra query, e.g. `?param=value` to specify desired desired dialect version. Otherwise please...

@zareshahi how do you expect to setup custom font? Via URL / by selecting local file (`*.ttf`) or specifying font name available in OS/system?

@Tyriar how `xterm` related to `vscode`?

It's still possible to catch `~` with `InputEvent`: ![image](https://user-images.githubusercontent.com/6377066/58793900-c2087680-85ff-11e9-8053-36d438e62c5b.png)

@Tyriar Using only `InputEvent` for sure not enough. Its `evt.data` just contains current value-string for `input/textarea` and nothing about pressed keys, etc. I just thought it might help to fix...

@bryanwillis `.grid-6` by the name means 6-columns grid, right? If so.. `.col-2` should take 1/3 of all possible space in the grid. [](http://codepen.io/anon/pen/yaEXQZ?editors=1100)