Billy Mao

Results 17 comments of Billy Mao

@xkh568628348 目前不支持自定义参数的拦截,如果需要添加,以requestId为例,可以参考Content-Length在[internal/io/parser/HttpHeaderParser.java](https://github.com/hello2mao/XLogging/blob/HEAD/xlogging/src/main/java/com/hello2mao/xlogging/internal/io/parser/HttpHeaderParser.java)中的实现进行添加。

> When using this library on Android P > Will throw Error: > > ``` > Process: com.hello2mao.xlogging.sample, PID: 24472 > java.lang.IllegalAccessError: Illegal class access: 'com.hello2mao.xlogging.internal.ssl.MonitoredSSLSocketFactory' attempting to access 'com.android.org.conscrypt.SSLParametersImpl'...

+1 I find a walkaround: remove this line . https://github.com/ejones/triposr-texture-gen/blob/dca979d05e358d0124b4fb340bc9f987b42bca3e/text2texture.py#L220

> @hello2mao I'm sorry, it looks like I accidentally broke the port configuration in [decentralized-identity/universal-resolver@8ef5b5a](https://github.com/decentralized-identity/universal-resolver/commit/8ef5b5a85dca99cc2bb3111341de5e9a448ede6e). > > Should be fixed now with [decentralized-identity/universal-resolver@6b1a3ac](https://github.com/decentralized-identity/universal-resolver/commit/6b1a3ac233ff914dda106cf6466b00c0a8dab379). > > https://uniresolver.io/#did:work:2UUHQCd4psvkPLZGnWY33L should also be working...

@peacekeeper Need help again. ccp did driver not work. See: https://uniresolver.io/#did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw And local resolve is OK with latest master.

`ModuleNotFoundError: No module named 'torchvision.transforms.functional_tensor'` 可以用这个方法解决torchvision和basicsr版本冲突: https://github.com/XPixelGroup/BasicSR/issues/663