Piotr Krawczyk

Results 12 comments of Piotr Krawczyk

Same issue, impossible to finish verification task in finite time (I tried 1h). --debug prints repeating logs like: ``` 2024-02-22T08:42:42.696+0100 [DEBUG] [de.danielbechler.diff.differ.DifferDispatcher] [ /tables[inventoryStatus]/foreignKeys[inventory.fk_statusId]/foreignKeyTable/foreignKeys[inventory.fk_shopId]/primaryKeyTable/foreignKeys[expectedCount.fk_shopId]/foreignKeyTable/foreignKeys[expectedCount.fk_categoryId]/primaryKeyTable/foreignKeys[category.fk_mainCategoryId]/primaryKeyTable/foreignKeys[inventoryExtent.fk_mainCategoryId]/foreignKeyTable/foreignKeys[inventoryExtent.fk_productId]/primaryKeyTable/foreignKeys[deliveryNotePosition.fk_productId]/foreignKeyTable/foreignKeys[deliveryNotePosition.fk_deliveryNoteId]/primaryKeyTable/foreignKeys[deliveryNote.fk_partnerId_intermediate]/primaryKeyTable/foreignKeys[loanerNote.fk_partnerId_sender]/foreignKeyTable/columns[loanerNote.receiverText]/columnDataType/javaSqlType/javaSqlTypeGroup ] Remembering --- WORKING: character BASE:...

> I've finally had some time to track down the root cause and I believe this task is able to finish after all it's just that every combined `PRIMARY KEY`...

Due to this problem, at this point the tool is not useful for most projects with current AGP (current AGP requires JDK17 which is also included along with the latest...

I observe similar erroneous behavior: ```kotlin scope { factory { SomeDependency(get()) } viewModelOf(::FragmentXViewModel) viewModelOf(::FragmentYViewModel) } ``` In 3.5.0, `FragmentXViewModel` and `FragmentYViewModel` received the same `SomeDependency` instance within the `ParentActivity` scope...

@congvc-apero You are right that in this simplified snippet `factory` works as you described, but I did not include important details about acitivity/fragment scope settings, that's why I prepared a...

@congvc-apero Thank you for your reply. > So basically, you want to share the same SomeDependency instance to all ViewModel instances correct? Within the scope of ParentActivity, yes. Exiting and...

> One issue with the workaround that I posted (which is based on [#794](https://github.com/autonomousapps/dependency-analysis-gradle-plugin/issues/794#issuecomment-1349005040)) is that the value in `map` gets wrapped in `project()`. > > So if I have...

@philips77 Have you had a chance to check this topic? I have similar problem, if `writeCharacteristic` is called after `disconnect`, none of the `done`,`fail` or `invalid` callbacks are called, what's...

I believe the issue is related to change introduced in [2.224.0](https://github.com/fastlane/fastlane/releases/tag/2.224.0): `Add support for Enterprise Program API` and in particular changing the hostname from `api.appstoreconnect.apple.com` to `api.enterprise.developer.apple.com` [based on the...

Why was this PR closed? It looked very promising, and honestly, I was really looking forward to this functionality...