Results 21 comments of GonJay

我也遇到了类似问题,通过 `grep dfclient.log | grep ERRO` 发现似乎是卡在了从某个peer那里拉piece(piece所在的peer挂了),目前还不清楚dfclient如何处理某个peer挂掉的情况,但眼下因为一个peer挂导致整个下载挂掉实在不是很友好。

``` DisplayImageOptions options = new DisplayImageOptions.Builder() .showImageOnFail(R.drawable.avatar).displayer(new RoundedBitmapDisplayer(100)) .imageScaleType(ImageScaleType.EXACTLY_STRETCHED) .cacheInMemory(true) .cacheOnDisc(true).bitmapConfig(Bitmap.Config.RGB_565).build(); ``` I found a not very good way to solve this problem: `cacheInMemory(true)`

直接把所有的容器打包,用scp转移到其他服务器就可以?

Hi,can you paste your stack error on here and let me check it?

I meet same problem.. ``` W/dalvikvm﹕ method Lcom/etsy/android/grid/ExtendableListView;.fillGap incorrectly overrides package-private method with same name in Landroid/widget/AbsListView; W/dalvikvm﹕ method Lcom/etsy/android/grid/ExtendableListView;.getFooterViewsCount incorrectly overrides package-private method with same name in Landroid/widget/AbsListView; W/dalvikvm﹕...

I know what's cause this problem just now. You need to setAdapter before return the Fragment'view.

@zeitos Hoping this will help you https://github.com/gonjay/rubychina4android/blob/master/app/src/main/java/org/rubychina/app/ui/fragment/NodeFragment.java

When I use an older version of text-generation-webui, the problem doesn't seem to be so obvious, and I have a feeling that it's the logic of the gradio front-end js...

The correct way to handle this here would be to change the state of the UI first, then send a network request and give a hint that the request is...