Questions tagged [webui]
96 questions
1
vote
2 answers
Choosing a Web User Interface library
I was asked by the company I work to create a web user interface for a fleet managment system they have developed.
This system is written in java so I thought that the library I should compatible with java or language neutral. Additionally it…

obelix
- 880
- 2
- 16
- 43
0
votes
1 answer
how to let my web-ui communitate(or control) my CLI program
I'm already implement a command line tool used for 802.1x authentication in python. But I want a gui frontend. I want to try a web UI this time, but I don't know how to let my webui communicate with my python app.
I only know that I need to open a…

Maple
- 138
- 1
- 7
0
votes
0 answers
Microsoft visual C++ redistributable is not installed, this may lead to the DLL load failure
I want to tell you that I want to tell you that I installed several versions of Visual C++ Redistributable but it still doesn't work.At the end I also have error [winerror 193] %1 At the end I also get error [winerror 193] %1 is not a valid win32…

Kadmiel
- 26
- 2
0
votes
0 answers
JSF 1.2 to upgrade to the latest version / Update to latest jQuery version
I am facing an issue with my current application using JSF 1.2 version. As I am working on resolving some vulnerability issues, we need to update the application so that the jQuery is at 3.6.3 which is the latest one. It seems that RichFace 3.3.3…
0
votes
0 answers
freeGPT answer not outputing to gradio
I was trying to make basic gpt chat using free gpt and gradio but this code is doesnt output anything. I tried hosting on spaces but it stil won't output anything.
Code:
import freeGPT
import asyncio
import gradio as gr
async def chat(prompt):
…

KIKO.Studios
- 1
- 1
0
votes
1 answer
Ask parameter before Locust tests start
I using Locust for perfomance tests.
I realy have few working scripts on it and now i need another one which will ask parameter before start. I need it in web ui, because we using locust as a service. Could anybody help with it?

Ilia
- 21
- 1
- 5
0
votes
1 answer
DAG doesn't appear in Airflow Web UI
I try to create simple DAG:
from airflow.models import BaseOperator, Param
from airflow.models.dag import dag
from airflow.utils.dates import days_ago
default_args = {
'owner': 'airflow',
'start_date': days_ago(1),
}
@dag(dag_id='my_dag',…

Alexander Lopatin
- 560
- 6
- 18
0
votes
0 answers
RuntimeError: shape '[640, 768]' is invalid for input of size 269337 stable-diffusion-webui wha
Im trying run webui.bat, but i got this:
maybe i need to make changes to the screen resolutions. but how and where?
venv "C:\Dev\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932…

Andre
- 1
0
votes
1 answer
Locust class-picker mode auto reset statistic when ramping up users
currently I have started working with Locust. I follow the class-picker docs and practice with a simple test, but quickly realized that every time I increase the number of users during the test, Locust will reset the statistics table. Besides,…

Dang Vu
- 1
0
votes
0 answers
Locust - Shape Class ignored when running Web UI with --class-picker
I saw that locust supports defining different user classes and shape classes and that it is possible to choose which one to run through the web-ui when locust is started with --class-picker
However, when I select a user class and a shape class,…

nixpix
- 53
- 1
- 5
0
votes
1 answer
Is it possible that the active slide with keen-slider to be bigger than the others?
Im using library keen-slider, all the slides have the same size but the active. I want that all the slides to have the same size but the active one, which always must be a bit bigger than the rest.
I already tried this using…

DsEsteban
- 129
- 7
0
votes
0 answers
Direct Hive Queries Doesn't appear in HiveServer2 WebUI
I need to know, why Direct Hive Queries Doesn't appear in HiveServer2 WebUI?
Follow a GIF to explain my doubt.

Paulo Ferrari
- 1
- 1
0
votes
0 answers
React FontAwesone "bell-on" isn't available
I am using React font-awesome, by importing the icons objects.
I want to add a notification icon.
This is working good:
import {faBell} from '@fortawesome/free-solid-svg-icons'
....
But…

lingar
- 477
- 1
- 7
- 25
0
votes
1 answer
Fixed positions acts like relative, in React
I have some animated popup that I want to insert into my React web app.
It should be fixed position which mean it will be inserted directly into the page without considering the actual location of the popup in the template.
But the result of the…

lingar
- 477
- 1
- 7
- 25
0
votes
2 answers
Easy test but mistake: "," or "." difference in calculated and expected values
when I'm going to do some checks e.g. to equal expected value 17.41 and calculated value (triangle area via 3 sides), calculated value shows the same numbers but with comma "," that why test failed.
org.opentest4j.AssertionFailedError:
Expected…

AlexRu
- 11
- 2