Roman

Results 18 issues of Roman

Applicable in extension's window when already saved history data approx `>2MB` **How to reproduce:** Right after getting translation UI not responds / frozen for ~2sec _(e.g. links, tabs not clickable)_...

bug
enhancement

**TODO** - [ ] manifest@v3 `content_scripts` not injected automatically (only after opening translator's window via toolbar icon), maybe extra [chrome.scripting](https://developer.chrome.com/docs/extensions/reference/scripting/)-api required. Otherwise it works automatically only when user allows it...

firefox
epic

Within _[Translate]_ tab in app's window.

enhancement

https://projectfluent.org/

enhancement

`400: Data loading failed`

bug
dependencies

To type `~` with Finnish/Swedish keyboard I have to press hotkey `alt+^`: ![image](https://user-images.githubusercontent.com/6377066/58760999-9f1a8b80-8547-11e9-8c33-f75d9682984c.png) After that it shows something similar to `~` but right after when I press any other character...

type/bug
help wanted
area/ime

package.json ` "conf": "^7.0.1", ` _Example:_ ```js import Config from "conf" const config = new Config({ migrations: { "2.0.0": store => store.set("lastSeenVersion", "2.0.0") } }) config.store = {newData: "blabla"} //...

bug
help wanted

Expectation: `.grid-6 > .col-2` = 2/6 = 1/3 = 100% / 3 Reality: `.grid-6 > .col-2` = 2/12 = 1/6 It seems like only one 12-columns grid supported?

https://user-images.githubusercontent.com/6377066/210792819-7bad39d9-307c-4328-8e4d-ddfd459bed99.mov _TODO:_ - [x] implement "Set as default" from ingress class context menu item - [x] fix: [duplicating items](https://github.com/lensapp/lens/pull/6808#issuecomment-1366688120) on every page visiting _(ingress class listing)_ - [x] fix: [editing](https://github.com/lensapp/lens/pull/6808#issuecomment-1367909330)...

enhancement

Make source language texts and translations _clickable_ inside expanded history item:

enhancement
ux