Jiri Sveceny

Results 42 comments of Jiri Sveceny

For now, we decided to use our own path. We have `EnglishMessages.ts` files with simple object `{myExampleMessageId: 'Translation', ...}` and then this file is merged with standard output from Lingui.js...

Wow, iam doing apps with database-per-tenant and this is what I am missing! Btw Iam already user of this tool

If casting value is enough I will send PR but I guess there will be issue with different sizes on ARM vs x86 machines so there will be needed some...

Same issue, its not possible to generate diff with tables in different Postgres Scheme. Liquibase is trying to generate all tables in default scheme from zero everytime. Some quickfix? ❤️

Hey, any update in this topic? 🚀 We are ready to somehow support fix, because its critical use-case for our codebase with many database tables. Its any possibility to support...

@kataggart Hi! I would like to ask if there has been any progress? 🚀 I see there is some issue (https://github.com/liquibase/liquibase/issues/3174) about schemes in Maven plugin but iam not sure...

todo: implement index.html fallback routing

> i meant > > self._envd_api = httpx.AsyncClient( > base_url=self.envd_api_url, > transport=self._transport, > headers=self._connection_config.headers, > ) added header into envd api client

> And the headers as we discussed Okay, now injected directly into grpc pool