Results 10 comments of Oriental Ming

Excuse me, has the problem been solved, I also encountered the same problem?

> In addition, the value should be assigned like this. ``` vim.g.neovide_input_use_logo=v:true ``` So, the final configuration should be > **init.vim** ``` if exists("g:neovide") let g:neovide_input_use_logo=v:true map "+p map! +...

@shepherdjerred @i-am-the-slime My configuration is ``` if exists("g:neovide") let g:neovide_transparency=0.9 let g:neovide_no_idle=v:false let g:neovide_fullscreen=v:false let g:neovide_remember_window_size=v:true let g:neovide_cursor_animation_length=0.1 let g:neovide_cursor_antialiasing=v:false let g:neovide_cursor_vfx_mode = "torpedo" " mapping macOS shortcuts let g:neovide_input_use_logo=v:true...

@rhuss @rohanKanojia I have the same problem, try importing this package in jar ``` com.github.binarywang weixin-java-miniapp ```

@rohanKanojia The environment is ``` 1. MacOS 13.0.1(arch: "aarch64") 2. Apache Maven 3.8.4 3. Java version: 17.0.5, vendor: Azul Systems 4. IntelliJ IDEA 2022.2.2 (Ultimate Edition) 5. Docker version 20.10.13...

> @sny-boy : Which jar are you referring to? @rohanKanojia After testing, even if the `com.github.binarywang` dependencies are removed, an error is still reported later. Specific environmental information is shown...

@rohanKanojia Is it consistent with the problem described by [google/gson issues](https://github.com/google/gson/issues/1504), derived from unit test

@gh852195168 @pg54 @wangxiaoer5200 可以使用如下方式设置 `FormSchema`: ``` { label: '使用者', field: 'usedCode', component: 'ApiSelect', dynamicDisabled: ({ values }) => !!values.id, show: true, required: true, componentProps: ({ formActionType, formModel }) => {...

@extrawurst This is a program bug and has nothing to do with the language.