Robert Felker

Results 46 issues of Robert Felker

**Image** is really the high level tool of image manipulation, It has a most integrated workflow. I see that all the logic for LUT is already integrated. In the industry...

### Check for existing issues - [X] Completed ### Describe the feature Support codestral from MistralAI as an equivalent of OpenAI. Codestral support infill and VsCode plugins are already available....

enhancement
ai
assistant

* Dart analyzer and linter Callable is not compatible with cascading. In my case it is used as an `init()` lifecycle but I want to keep the reference of the...

area-analyzer
type-bug
triage-automation

Hello, congratulation for 2.0 release ! ### Expected Behaviour RequestBean can access any information like `@QueryValue` I'd like to access `@Body` ### Actual Behaviour `@Body` annotation can't be added to...

type: improvement

It would be a nice addition to have `Watch` manage child widget to avoid full rebuild. It's possible with current API but we have to build the child outside and...

Hi! In the following exemple, only computed is triggered by anyData.value = ... createEffect() signal ignore any update. Trying to register _effect_ with a direct `call()` or under `Watch` does...

Initializing a lazy signal will not trigger a Widget rebuild as `.value` maybe out of the logic execution (_if condition_) as `isInitialized` bar it. We need the way to register...

**Description** Init currently return void while it can be chained if the Future Soloud is returned. Thanks for this unique lib!

Hi, leak-tracker is an important tool in the dart world as the language is moving from being mainly front to also model rich world logic. I'm working on a large...

package:leak_tracker

**Please describe the problem you are trying to solve** I would like to sync some data structures in a cross mobile app written with Flutter. Flutter is ported by Dart(lang)....

Type: Enhancement