aaron

Results 7 issues of aaron

```java Drawable drawable = AppUtils.genDrawable(R.drawable.shape_border); XRecyclerView.DividerItemDecoration dividerItemDecoration = new XRecyclerView.DividerItemDecoration(drawable); ``` 提示: "... XRecyclerView" is not an enclosing class.

在示例中使用 router://user/mzule能路由到UserActivity,并正确的解析userId=mzule;使用Routers.open(getBaseContext(), "http://mzule.com/user/aaron")也能路由到UserActivity,但userId的值变成了user,并正确的解析成aaron;

`mkdir -p storage docker run -it \ --name comfyui \ --gpus all \ -p 8188:8188 \ -v "$(pwd)"/storage:/home/runner \ -e CLI_ARGS="" \ yanwk/comfyui-boot:latest` 在终端执行上面的命令后,提示以下错误: `######################################## [INFO] Downloading ComfyUI & Manager......

按照example中的步骤生成script.js后,在浏览器中打开index.html并上传文件提示: ![image](https://cloud.githubusercontent.com/assets/114038/22639407/ebc68b3c-ec88-11e6-8e77-c5a43cff7581.png)