Jonah Fang

Results 25 issues of Jonah Fang

参见:https://github.com/weui/weui-wxss.git

**Do you want to request a *feature* or report a *bug* (建议还是bug) ?** bug **What is the current behavior? (现有状况)** PullToRefresh组件使用后导致屏幕无法向上滚动 **What is the expected behavior? (应有状况)** 应该能向上滚动 **Which versions...

question

**Do you want to request a *feature* or report a *bug* (建议还是bug) ?** 建议 **What is the current behavior? (现有状况)** 搜索结果跳转后,回到搜索界面,需要恢复原来输入的搜索条件值和搜索结果, 现在没有办法做 **What is the expected behavior? (应有状况)** 通过增加下列方法可以实现上述要求: ```...

enhancement

I am using a Stream/Observable to validate 'Password' text field like final _emailController = BehaviorSubject(); Stream get email => _emailController.stream.transform(validateEmail); where valdiateEmail is a StreamTransformer to validate whether the password...

``` class ProductsListPageBody extends StatelessWidget { BuildContext context; ProductScopedModel model; int pageIndex = 1;

My .oss-sync.json is as follows: ``` { "source":"/home/fzx/work/dbbackup", "dest":"mysql", "accessKeyId":"", "secretAccessKey":"", "endpoint":"http://oss-cn-hangzhou.aliyuncs.com", "bucket":"ahxtest", "incrementalMode":false } ``` New files are uploaded ok, but when i remove some files, and run osync,...

I use ubuntu 14.04 and nodejs v5.6.x.

I have defined fish configuration in `~/.config/fish/config.fish`(MacOS). My configuration (Lazy.nvim): ``` return { "numToStr/FTerm.nvim", pin = true, keys = { { "t", mode = {"n"}, "lua require('FTerm').toggle()"}, { "t", mode...

How to config when master an slave not in same server? Thanks in advance.