mohs8421
mohs8421
As the tests are passing now, what do you think about the current state? Do you want to pull it as it is, or should I continue by looking at...
Am I missing some information, or is that statement limited @hamza1311 ? Because there are for example `oninput` events available for `MatTextField`, so maybe it does not allow to use...
> Hey @mohs8421, nice stuffs!! Yes, then we always have a proper index name regardless. > > @ikrivosheev do you still remember the "bug" where MySQL constraint / index name...
> Hey @mohs8421, thanks for the PR!! I just added a commit to optimize the implementation where we will be able to correctly apply column alias for ` AS `...
Diff for example: ``` Index: tests/common/bakery_chain/schema.rs IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP UTF-8 =================================================================== diff --git a/tests/common/bakery_chain/schema.rs b/tests/common/bakery_chain/schema.rs --- a/tests/common/bakery_chain/schema.rs (revision 162303cd0db7f572fd914f1851d5c1a6dfd2c346) +++ b/tests/common/bakery_chain/schema.rs (date 1679380125724) @@ -52,6 +52,7 @@ .json()...
Let me add an other perspective to this. Currently using sea-orm to generate entities it brings the problem, that the entity definitions mutate during development. But the migrations should not...
> I believe the first migration cannot fail in this case, since SeaORM maintains a special table called `seaql_migrations` which is used to track already applied migrations. So, in theory...
The motivation of @SoniEx2 is not the only one, for example I currently experience that the instance where my account currently is hosted is simply down, that means I cannot...
I came here because I have a very similar issue with my production system. I did not have the issue in development, the most important difference is probably the version...
@CRogos I have the need for a newer version of web_m2x_options, so I have partly migrated it, will file a PR later with my changes so far. But at the...