John Bai

Results 7 comments of John Bai

Does AwesomeCache guarantee the cached items not purged before the expiry time I am thinking that the cache data might be purged by iOS...

Answer my own question. It turns out the default .CachesDirectory can be purged by the OS sometimes. So I changed the cache dir to .DocumentDirectory, and then everything works fine....

Hi! just needed this configuration! Any reason why this is not proceeded?

@jollen Jollen 你好 感謝你的無私分享心得 想請教一個問題,不知道你有沒有了解 就是 LLC 申請完成後, 後續每年要維持公司運作的費用大概有哪些呢? 另外,每年假如需要申報稅務資料,是否會很麻煩? 可以自己線上處理 or 要請美國當地的會計師之類的? 謝謝你!

hi @squakez no I didn't override the base image. and I got the same result even with the following command ``` kamel run -t quarkus.build-mode=native Sample.java ``` ``` java.lang.InternalError: java.lang.reflect.InvocationTargetException...

hi @squakez ! thank you for the ideas. I tried to reset it, and tried to run it again ``` ╰─ kc get pod NAME READY STATUS RESTARTS AGE camel-k-kit-cmkm65eue1pcq29mcr9g-builder...

give my two cents. Try not to keep the SCLAlertView() instance in the view controller and reuse it. This fixed the issue I encountered.