rti

Results 10 issues of rti

Socket support --socket,-s and --dump,-d option to print the actual used socket path to stdout Implemented in vimb2 already. The code [1] and [2] can be used as a reference....

new feature
priority: 1 - middle
component: infrastructure
pinned

Opening the external editor to edit form element does not work if those elements are locate inside an iframe. ### Steps to reproduce - Open the test page ```vimb tests/manual/editable-focus-in-iframe.html```...

priority: 2 - low
pinned

Was implemented in vimb2 already. The manpage says: > Comma separated list of headers that replaces default header sent by webkit or new headers. The format for the header list...

component: webextension
priority: 1 - middle
component: ipc
security

Queue settings that need to be pushed to the webextension until the dbus connection is established.

priority: 0 - heigh
component: infrastructure
component: ipc
pinned

Tab'ing through editable elements (such as form input fields) does not work as expected if those elements are located in an iframe. ## Given the following html files ```index.html```: ```...

bug
priority: 2 - low

Implemented in vimb2 already. The code [1] can be used as a reference. [1] https://github.com/fanglingsu/vimb/blob/master/src/setting.c#L889 [2] https://github.com/fanglingsu/vimb/blob/master/src/hsts.c

new feature
component: webextension
priority: 2 - low
security

Allow setting of different scopes, global and instance

rfc
component: settings
priority: 3 - wishlist
component: infrastructure

Implemented in vimb2 already. The docs [1] can be used as a spec. The code [2]. [3], [4] as a reference. [1] https://fanglingsu.github.io/vimb/man.html#Vimb-Settings [2] https://github.com/fanglingsu/vimb/blob/master/src/setting.c#L219 [3] https://github.com/fanglingsu/vimb/blob/master/src/setting.c#L841 [4] https://github.com/fanglingsu/vimb/blob/master/src/arh.c

new feature
rfc
component: webextension
component: settings

Adds a 4k wallpaper and its Blender source. ![thumb-nix-wallpaper-aurora-borealis](https://user-images.githubusercontent.com/80712/222726338-882254c4-da3a-4bea-a87c-83942805956c.jpg) The backdrop of the rendering is the work of [Vincent Guth](https://unsplash.com/@vingtcent), available at https://unsplash.com/photos/62V7ntlKgL8, covered by the unsplash license https://unsplash.com/license.

0. type: contribution
2. topic: extras

Hi, when trying to deploy "Ray on GKE" today from [GKE Overview](https://console.cloud.google.com/kubernetes/overview/get-started) my deployment errors with the message: ``` Partial deployment. Issue deploying module.project-services.google_project_service.project_services["sourcerepo.googleapis.com"]. ``` Apparently `sourcerepo.googleapis.com` is not available...