Fede Rozenberg
Fede Rozenberg
possibly related to this function? looks like a list is constructed from the flow order, but doesn't take tags into account to begin with https://github.com/mobile-dev-inc/maestro/blob/96920b1f8ff64c705fb33b0abc004449909e65bb/maestro-orchestra/src/main/java/maestro/orchestra/workspace/WorkspaceExecutionPlanner.kt#L137-L154
> Maybe you should add this precision : it is especially for typescript developers ;) true! done
+1 I have been messing around migrating to other libraries like ts-rest that do this, but they are really all much worse than tRPC. if tRPC supported this I wouldn't...
@KATT that's helpful, how do you use `MyRouter` here when calling e.g. `createTRPCProxyClient`? I have something like ``` class SdkClient { ... // TS2344: Type MyRouter does not satisfy the...
were you able to get this working? I am running into the same issue
> > were you able to get this working? I am running into the same issue > > Are you also using the layer from the ADOT document? Yes --...
+1 seeing this when running `bunx cdk synth`
On the latest bun I now get ``` Error: Invalid stdio option "[object EventEmitter]" ```