Yassin Sameh

Results 14 comments of Yassin Sameh

@stuartmorgan is it possible to just change your requested renaming of the method, while merging the method with getMultiImage at a later time? It would be great to have this...

I had the same issue, what worked for me was returning the **PersistentTabView** directly from the build as opposed to having it inside a **Scaffold**.

Slidable.builder is no longer in version 1.1.0 @avatarnguyen @letsar What is the current alternative for the above mentioned flow? Thank you.

@furkankurt Gettinga Type '{ title: string; body: string; }' is not assignable to type 'string'. for the content section (Using Typescript)

The workaround i found was to convert the returned value to a string, in the code above i checked if it's a number then i return document[column].toString(); I will keep...

I seemed to miss the follow up apologies. Data types were stored correctly. A note was just that most numbers showed correctly on a few occasions however this issue would...

I left that project a year ago but an example at the top of my head. Document{ startDate:Timestamp object Price: 300.0 (Number) } The price type and amount was fixed...

@OmarZakiAli Dont think so, i think i changed my testable method to throw errors instead (As should be) and the UI simply catches and shows the appropriate toast.

pypdf version: 3.9.1 , i used multiple fonts supporting RTL like Adobe Arabic but also fails. Could you clarify further what you mean by "The solution would be to generate...

Apologies for my late reply, Here is a pdf [github_issue_sample.pdf](https://github.com/py-pdf/pypdf/files/11756579/github_issue_sample.pdf) with the Adobe Arabic font, it also does not work with the browsers & Platforms mentioned above. Hope i understood...