TomRidder

Results 49 comments of TomRidder

in okhttp,when timeout,it will cancel all the call so in CallEnqueueObervale.java if (call.isCanceled()) return; then ,it will never catch the exception

> 感谢您的出色复制。我认为没有任何方法可以通过简单的保留规则从 Retrofit 方面减轻这种情况。在 Cash App 上,我们实际上编写了一个注释处理器,它`-keep`为 Retrofit 接口中提到的类型生成规则。我将重新调整此问题的用途,以便将其导入 Retrofit 本身。 hi jake, i have the experience of using APT and java poet to generate files in compile time .here...

When the amount of data written exceeds the capacity of the receiving buffer, the connection may be closed and thrown java.net.SocketException: Broken pipe (Write failed)

> lgtm i think it is solved ... you can add gpt-4v model and test it ...it is solved ... these pic tells everythong ![下载](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/assets/13205117/ce5b41f0-b8e7-41c0-b0ea-4f2941da4e9e)

it we don't add the transferimg api and there's the pics in the chat history , toPNG method will go some error because the pic don't belong to this domain...

@JakeWharton @codebutler hello ?anyone there

public class EmployeeRequest { private String name; private String phone; private String companyName; private String abn; private List licenses; public EmployeeRequest(String name, String phone, String companyName, String abn, List licenses)...

` Uri uri = Uri.fromFile(imageFile); //发送广播,通知图库更新 context.sendBroadcast(new Intent(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE,uri)); return uri; ` ImageUtils里面的这段代码作用是什么呢

u can achieve it by yourself. u can use the knowledge like reflection ,thread switch (main ->child ,child->main),and two Hashmap which is thread safe to store Method Information in javascript...

> Thank you very much! We'll consider this for an upcoming release. my pleasure :) by the wat, did you guys receive my job apply email ? cause i don't...