Yousef Alkhamesi

Results 16 comments of Yousef Alkhamesi

is there any workaround solution? without needing to flat all props?

add this ```sh # fix error: "pattern dist: no matching files found" mkdir -p ./backend/server/dist/assets/ touch ./backend/server/dist/assets/ignore ``` after line 40: ```sh rm -rf ./backend/server/dist ``` ![image](https://github.com/bytebase/bytebase/assets/46021584/7f645e85-f713-497b-bafd-938b47fd9164)

Hi, for temp solution: You must add a `.cmd` extension for `gem` in `xcodeproj_processor.dart`. you can find it in `Pub\Cache\hosted\pub.dev\flutter_flavorizr-[VERSION]\lib\src\processors\darwin\xcodeproj_processor.dart` ![image](https://github.com/user-attachments/assets/02adbce8-f814-4ea0-9df5-e224fa88dfc7) cc: @AngeloAvv

is there any plan to add this feature soon?

try this https://github.com/trevorwang/retrofit.dart/issues/532#issuecomment-2654766615

I found that the solution is to use `useExistingSignal` to address all the missing cases. 😀 edit: I can create a hook function that uses `useExistingSignal`.