Gerd Zellweger

Results 62 comments of Gerd Zellweger

after discussion with @ryzhyk it looks like we did everything to support non-recursive circuits. will continue with the rest one we need recurison

Before we fix this, let's try to solve https://github.com/feldera/feldera/issues/1649 which is more fundamental, e.g., the UI should never mutate the config by adding/changing fields/values without the user explicitly requesting it

The general pattern seems to be that if the manager is restarted while `yarn dev` is running there is a chance the FS state gets messed up and it doesn't...

In this video I'm trying to clear the field by hitting backspace but it doesn't clear the last 4 digits in the field [Screencast from 04-03-2024 10:04:52 AM.webm](https://github.com/feldera/feldera/assets/127654/42f0e09c-2146-4ca1-99ac-024b995d74fa)

I'm trying to select the field and overwrite it with a single number but it doesn't let me [Screencast from 04-03-2024 10:06:28 AM.webm](https://github.com/feldera/feldera/assets/127654/e6143c00-5f21-4392-9972-7d336973c4b3)

> The case for the first behavior is the minimum allowed value for that librdkafka option I can't set it e.g., 1001 since it doesn't allow me to change the...

It also feels more sluggish to me when I try this in the browser. How about we do the following: let users enter any values, including non-digit characters but highlight...

Thanks, looks like behavior works as intended now. I fear there is still some confusing behavior for a user: - it seems to reset the back to a default value...

There is some odd behavior, the first time a form is filled out the min/max range is not displayed but the text cell becomes red, after I submit the form...

Given how many pitfalls there were with this PR: lets add test-cases for these cases before we merge (I don't see any currently). We should get into the habit to...