Viktor Klang (√)

Results 29 issues of Viktor Klang (√)

Add automatic code formatting to the Reference Implementation build, and optionally, the respective frontend implementations.

enhancement
user platform
backend platform

Having support for Key-Value style state management would be interesting, it could either be implemented on top of CRUD #50 by the Entity being a Map. This also impacts the...

enhancement
user platform
backend platform

Should this project recommend gRPC client libraries on a per-user-platform basis? This would make it easier for developers to figure out how to call services. It would also be worth-while...

enhancement
user platform

This issue is specifically for when minScale > 0. It's possible to "work around" this issue by setting the GC time limit to a low time and adjusting the number...

user platform

We need to define, implement, verify and document how the backend platform is updated and what the implications is for migrating to a new version.

backend platform
EPIC

We need to define the desired developer feedback loop (code-test-package-deploy-inspect)

user platform
EPIC

Consider putting methods for the builtin FlowGraph components (Merge, MergePreferred etc) on FlowGraph.Builder to ease discovery for users. Libraries who augment with their own FlowGraph building blocks can, in the...

1 - triaged
t:stream

In `private class CF[T] extends CompletableFuture[T] with (Try[T] => Unit) {` as an example. So if a Java user downcasts to CompletableFuture, it won't go haywire.

enhancement