Results 5 issues of linxiao

### Describe the bug When I assign a value : this.RootExplorerItem = new LocalFileInfo() OnPropertyChanged() raised an exception like below Image BUT!!! It is Strange that, when I change the...

bug :bug:

**问题描述** 使用path方式不跳转,name成功跳转了 代码如下: ```js var isInited = false; router.beforeEach(async (to, from, next: any) => { debugger if (isInited) { next() } else { isInited = true; next({ path: '/login', })...

### Description When CollectionView's items increased or decreased, the footer will disappear abnormally. I am not sure what the rule is. It seems that even numbers disappear and odd numbers...

t/bug
platform/android 🤖
area/collectionview 📃
s/verified
s/triaged

### Is there an existing issue for this? - [X] I have searched the existing issues ### Did you read the "Reporting a bug" section on Contributing file? - [X]...

bug
unverified
area/views

I wrote a python script to split the large cities sql script into small ones ``` import os def split_sql_file_by_crlf(input_file, output_dir): os.makedirs(output_dir, exist_ok=True) with open(input_file, 'r', encoding='utf-8') as f: content...

enhancement