Tony Amoyal
Tony Amoyal
Sorry it's late. The value is actually null in the database but comes out as {} when accessing it. It's a little weird but no strong opinions
I have the same problem as @erf and the `loadedFromDiskCacheCallback` is never fired when the image is loaded from the cache. So it works fine on first load to rebuild...
Adding this works. So basically we don't get loaded callbacks when images are loaded from the memory cache ``` useDiskCache: true, disableMemoryCache: true, ```
the second answer in this post solved it for me: https://stackoverflow.com/questions/24333981/ios-app-with-framework-crashed-on-device-dyld-library-not-loaded-xcode-6-beta
+1 ...it just doesn't work
@DuMaM Yep I bump build manually. After a while the problem fixed itself so I can't continue to debug it but next time it happens I will try this. Thanks!
Thank you @mkenney. I just want the full raw html. The example you gave gives me `&{ code=-32000, data=, msg=Could not find node with given id}` so I'm wondering ....must...
Makes sense regarding the socket connection. If it's helpful to your investigation, you may want to checkout the internals of https://github.com/mafredri/cdp as it does not require a timeout like you...
Ah I think this is for Swift 4.1 ...Where do you have the Swift version listed in the project?