Yusuf Cihan

Results 16 comments of Yusuf Cihan

URI schemes only handle URLs (`myapp://`) where document types are for files (`example file.myapp`). At first I thought it can be added under document types configuration, but if we add...

I agree on giving more flexibility to customize, looks like [we can also define icon and name on Windows too (optionally)](https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/platform-apis/aa767914(v=vs.85)?redirectedfrom=MSDN), I'm not sure about other platforms but yes, it...

Sorry for reviving the issue, but any updates about it? Because I'm also flattering a dictionary that contains arrays, but unflattering it results with list indices that converted to dictionary...

`/test/0/example` If one of the keys in the path just contains a number, then it can take as a list and insert the object in the specified index (in this...

It appears to be just a reminder to set up your account, and the reminder repeating itself in paydays - at least as far I understood from a quick code...

To break the long silence, I am already aware of this issue since when you created the issue, and I will take a look one more time when Kodular +...

I just tried to display raw data from Kies's servers, and looks like it got the device firmware code correctly as expected. ![image](https://user-images.githubusercontent.com/54748183/117723059-95e1d100-b1ea-11eb-8609-861a9ec73e40.png) And when I look at the https://doc.samsungmobile.com/SM-G986U1/XAA/doc.html...

Probably this is the reason: https://github.com/zacharee/SamloaderKotlin/issues/10#issuecomment-827292128

Unfortunately yes. According to what I see from other Samsung firmware downloaders, Samsung backend now requires a valid IMEI of the model to download the firmware, which is not suitable...

No problem! I realized the right way to do was defining all attributes in root of class definition instead of adding docstring under every field. So I closed the issue...