Zak Stam

Results 7 issues of Zak Stam

You seem to be using the same class (`AnimaNode`) for everything right but this makes it hard to maintain and possibly prone to errors because you have to pass dictionaries...

enhancement

[PROPOSAL] Although the [hide strategy](https://anima.ceceppa.me/doc/anima-node.html#hide-strategy) is nice and in most cases more than enough, there are times where i would prefer for example to have an initial value for position...

enhancement

This is useful when you want to add link buttons through code (simplifies things) and anyway without this `linkButton` is just a button with an underline. I tried connecting the...

enhancement
needs work
cherrypick:3.x
topic:gui

Hi @zarusz, > SlimMessageBus is a client faΓ§ade for message brokers for .NET. It comes with implementations for specific brokers (Apache Kafka, Azure EventHub, MQTT/Mosquitto, Redis Pub/Sub) and in-memory message...

enhancement

I get the following error when running the project: `ScrollController not attached to any scroll views.` I am using the [code_field](https://github.com/akvelon/flutter-code-editor/tree/main/example/lib/02.code_field) project ``` Flutter 3.7.7 β€’ channel stable β€’ https://github.com/flutter/flutter.git...

### πŸ‘Ÿ Reproduction steps When i use `var file = await storage.GetFilePreview("6710e6320027465880b0", "67248ee6003b9780a4cc", output: ImageFormat.Jpeg);` ### πŸ‘ Expected behavior It should get the byte array of the file. ### πŸ‘Ž...

bug

A simpler/cleaner implementation of https://github.com/coleam00/Archon/pull/254. - You can set what model each Agent/Backend service can use instead of just adding models/providers - You can add API keys per provider -...