-
Hi,
I am having this problem , that after starting and stopping the flow I am not able to zoom the graph. But if I click on some data in the legend the zoom enables back. I tried to focus and defocu…
-
Hey.
This is an issue that I'm facing. The script seems to work okay, but the server console is spammed with this message. Also the CPU usage is quite high.
This is the message:
`WARN Error in …
-
Hello,
Is there any plan to support some kind of wrapper on top of `qtbot` in order to turn the `wait*` methods into async methods that could be called from a qtrio test? That would be very useful…
-
Hello,
I'm using MDL and want using Infinite Scroll.
MDL is using '.mdl-layout__content' to scroll (overflow-y: scroll) and I don't think that any changes in that will work s expected.
But you can g…
-
As a developer I expect `getData` function to be immutable, so I can use it as a dependency inside `useEffect`. However it seems like `getData` function is re-created on each render.
Simple example…
-
### Feature request
![image](https://github.com/user-attachments/assets/a38e8228-3480-4063-8ad3-a4a0b49c1b46)
Here are some UI/UX improvement suggestions for the OpenAdapt dashboard based on the s…
-
Unfortunately, adding an onabort-handler for my SSE-endpoints has only been possible with a workaround which you can see in this minimum reproducible example.
Creating an interval which prevents th…
-
**Code Snippet**
```js
const cliProgress = require("cli-progress");
const ProgressBar = cliProgress.MultiBar;
const multi = new ProgressBar({
format:
"Progress |" +
"{bar}" +
…
-
It would be nice to have a way to get the calendar to auto update.
In the [project](https://github.com/chaos67731/Home-Information) I have going on, I have used the following code.... but I feel th…
-
I want to make table refresh automatically with latest api uri request and return data.(actually refresh in every 5 sec)
I think if i use last api requst uri and setInterval function on mounted() met…