Roy

Results 15 comments of Roy

> Also inspired from the snippets above, here is my version: > > ```kotlin > import okhttp3.Interceptor > import okhttp3.MediaType.Companion.toMediaType > import okhttp3.Response > import okhttp3.ResponseBody.Companion.toResponseBody > > class NoContentInterceptor...

> It requires that you are using OkHttp 4.x Thanks for the reply! As far as I know, Retrofit is a wrapper around OkHttp, and I can find okhttp3 package...

> Yes. Retrofit depend on OkHttp 3.14 and the latest binary compatible release is 4.9. Got it! You really saved my day. Thanks again!

Any further information on this? I do need kotlinx.serialization 'cause I'm not familiar with jackson... Thanks.

> This _is_ a bug in Defaults. We should correctly escape any dot in the observation code path. Thanks for mentioning this issue! FWIW, it'll be great if this bug...

> Hi @nab0y4enko. I am working on this, sorry for the inconvenience 😞 . Still buggy in 13.3 stable release... It's always a mess after upgrading Xcode, especially with a...

As for ```SnapKit``` with SPM, you just need to ```import SnapKit``` at the top of your code and you can see the code highlighting can now work fine. (I've never...

最新版本在macOS上可以作为纯托盘App了(无dock图标),但还需要设置开机启动不然后面又要自己打开。 虽然但是,还是不喜欢使用频率不高的App挂在后台。

@MedAliBZ Loving your design! Could you please update your fork with latest code of this repository? Much thanks!

@SeaHOH Just curious: why did PySocks stop maintenance? I just stumbled on a problem that pip doesn't support socks5 connection and PySocks saved my day.