-
This timestamp should not be clickable and in a different color.
-
The left and right empty spaces on the embedded forum are too big.
![CleanShot 2024-04-03 at 15 15 03@2x](https://github.com/Texera/texera/assets/17627829/946bf60f-7a13-4e8c-9e99-fdd629affcbc)
-
The latest master does not show workflow runtime statuses after refreshing. The stack traces are as follows:
```
[ERROR] [edu.uci.ics.texera.web.service.ExecutionStatsService] [Amber-akka.actor.de…
-
#2273 Introduced plotly.js into Texera's frontend dependencies, and occasionally it would cause `JavaScript Heap Out of Memory` error for some developers. Specifying `node --max_old_space_size=8192` m…
-
There is a chance that when you drag a new operator the input box does not take any input. You can type the input, but it doesn't save to the backend. As you can see in the screenshot, the validator d…
-
It would be nice to add the following features in Texera
1. allow admin to view all users' workflows and executions to collect statistics about the running workflows from the interface instead of c…
-
I cannot remove the file I attempted to upload after the upload failed.
In my scenario, I attempted to upload a file but received an error message stating that a file with the same name already exist…
-
In current Texera, we use [Plotly](https://plotly.com/) Python package for all kinds of visualizations. Typically, this is done by the following:
1. In a Python UDF operator, write code to add trace…
-
-
Given that the backend engine is highly scalable, capable of running on multiple machines, it is crucial for the user to be able to monitor its execution. To facilitate this, we aim to provide the use…