Lukáš Procházka

Results 15 comments of Lukáš Procházka

@vhiairrassary yes ```typescript container.bind(Container).toDynamicValue(ctx => ctx.container as Container); ``` But this is somewhat a hack as `ctx.container` is not `class Container` but `interface Container` and I cast it to the...

Not sure, but cross-compilation is a real thing. We compile for android on Windows. If it is not possible it should state explicitly instead of having tauri not produce the...

We use GitLab CI/CD and were unable to create working build configuration based on windows docker image. Your image is at least a currently working solution for us (except for...

Hello, interceptors will not do. DbCommandInterceptor can be used to mutate DbCommand itself. However, this is not the feature requested. We enforce policy that requires all developers to include either...

Hello, I came across your issue when debugging something similar and I thought that this issue you describe is what is going on. The issue was acutally typo in my...