-
https://github.com/bonigarcia/selenium-jupiter
-
I love the theme. However I'm encountering some issue when I try to use this on my raspberry pi. The only browsers that show the page (either desktop or mobile) are chromium and firefox. I've tried ma…
-
Virtual DOMs are increasingly popular for speeding up browser-side rendering. We should investigate whether Kweb can take advantage of a virtual DOM for similar benefit.
This one looks interesting…
-
Reported [on reddit](https://www.reddit.com/r/programming/comments/a4dtp2/kweb_a_new_approach_to_building_rich_webapps_in/ebffltu/):
```
[pool-1-thread-1] INFO se.unir.kotlin.App - Rendering Add I…
-
Information on WebSocket connection to clients is kept in KWeb.clients, currently a ConcurrentHashMap.
This means that they won't be deleted until the server is restarted. We should keep track of …
-
Hey,
Basically, the main input source I plan to use for the NeTV2 is 1080i/50 rather than 1080p/60, 50 because I'm in Europe and interlaced because TV STBs can only output in 1080i or 720p, general…
-
I am using Gradle and the `kotlin` and `application` plugins to start my Javalin app. I would like to convince Gradle and Jetty to watch and build my code, and hot-reload the Jetty server.
I was ho…
-
I am running the Kopano server on CentOS 7, Docker version 18.09.3 and docker-compose version 1.23.2.
Everything seems to be working fine, except for the queries on OIDC enabled Kopano API client (…
-
greetings..
If the iFrame assigned to a web page, How can I clean it's cache?
removing electron cache didn't help.
thanks in advance...
-
After apply kubevirt-web-ui [1] to ocp cluster, it could be able to create virtual machine in http://kubevirt-web-ui-kweb-ui.cloudapps.example.com. However, create a virtual machine from a typical yam…