abdullahtellioglu

Results 27 issues of abdullahtellioglu

### Description When you have a grid with all-rows-visible attribute, you must set explicit height otherwise you might get maximum recursion or Maximum call stack size exceeded. It also occurs...

enhancement
needs research
vaadin-grid
refactor
workaround

**Tell us about your request** In Copilot, there is a documentation plugin that fetches and loads the HTML content of the selected component page and displays the HTML inline. Documentation...

enhancement

### Description of the bug As you can see from the video, the application shows up for a half second, then the login page is shown. The `""` route does...

bug
Severity: Minor
Impact: Low
investigation

### Describe your motivation We need to add Vite plugins to Flow in order to get information or create a dev server for Copilot. The current implementation requires moving the...

enhancement

### Describe your motivation Updating a property of a signal does not trigger the Signal.effect as the value does not change. There should be a way to trigger Signal.runEffect something...

enhancement
signals

### Describe your motivation NumberSignal has incrementBy API, which is very convenient in most cases. It would be nice to have decrementBy API, as well. ### Describe the solution you'd...

signals

### Describe your motivation An API that allows users to reset Signal would be nice. Otherwise, you need to create a reset method that should update the signal value to...

signals

### Describe your motivation In some cases, when you receive a signal effect, you want to update another value based on the new value. But Signal does not allow you...

enhancement
signals

### Describe the bug https://github.com/user-attachments/assets/ecba3f8a-4401-4a5c-aee6-793a692b7477 When frontend/generated folder is removed, application gets stuck in an infinite loop and cannot recover. ### Expected-behavior I think it would be better to recreate...

Impact: Low
Severity: Major

### Description of the bug After I introduce a new `Signal.effect`, Signals stop working due to hotswapping. Sometimes exceptions are logged, as in the video, or sometimes nothing happens. https://github.com/user-attachments/assets/bd9f4088-00ab-4106-8c6c-cde8532f1e42...

Impact: High
Severity: Major
live reload
signals