Mustafa Dur

Results 19 comments of Mustafa Dur

The thing is, I am adding ` Storage.kargos.addObserver(self)` in my `viewDidLoad`. My Tableview is added to `ViewController` via storyboard. It is a classic Master Detail View application. I add new...

Thanks for the answer. From your comments, it sounds like using try? is same way I was using in previous version. Because I was handling `nil` case. I don't need...

Thanks for the fast reply. I don't need to track to migration process. Since I am doing lightweight migration, is it better to use `dataStack.addStorage` or `dataStack.addStorageAndWait` ? AFAIK, using...

I tried above code but gives bunch of errors and warnings. I am not sure why it is giving me those. Here is the code and Log. ```swift let dataStack...

Thanks a lot! I really appreciate your dedication to this project. I added below code and error is gone. ```swift if let deletable = self.detail.array as? [KargoDetailCD] { transaction.delete(deletable) }...

I don't use this library but I came across this when I was searching the same issue. Current workaround for this problem is setting a frame for a `UIToolbar` So...

This one crashes during export with Ghidra 10.1.4. It says ``` 2022-08-13 | 13:02:27 | ERROR | (ExportTask) Exception exporting java.lang.NullPointerException -- | -- | -- | --   |   |  ...

I have tried this on 2 eCos binaries that I have decompiled successfully. It could be because of this file type or some functions that point to memory regions that...

Hey @orta could you please check this PR ?

Sorry but this issue was so old. I don't work on this anymore. I think I made it work by stripping the name spaces. Since I don't have the old...