Li JiaWei

Results 9 comments of Li JiaWei

> good , I'm really looking forward to it. Recently, I have been thinking about how to use what I have to achieve the effect of JWT, but I am...

我也有相同的问题, ![image](https://github.com/daliansky/XiaoXinPro-13-hackintosh/assets/43371824/3b0cfffa-8760-4112-a345-dd467bbc712c) 我按照问题 #89 中来配置的一样没有效果 ![image](https://github.com/daliansky/XiaoXinPro-13-hackintosh/assets/43371824/b19c450e-53d7-4f8c-80dd-e9dc9051ffc1) 平台选 16,2 ,添加了 CPUFriend、CPUFriendDataProvider 一样没有作用 ![image](https://github.com/daliansky/XiaoXinPro-13-hackintosh/assets/43371824/871ec548-f776-4bd8-a977-1bdb3497dfa5)

> add `android:nestedScrollingEnabled="false"` in RecyclerView This works for me, but I have to set up other things as well ```kotlin binding.tableContent.listView.setNestedScrollingEnabled(false) binding.tableContent.listView.setOnTouchListener { v, event -> when (event.action) { MotionEvent.ACTION_DOWN...

This little video I recorded I've spent the last 5 hours troubleshooting this issue with no luck, I tried trying the same code on a new demo and it was...

> I can't reproduce the issue and it doesn't seem related to Material components. > > Are you able to provide a minimal reproducible sample? [simpleapp.zip](https://github.com/user-attachments/files/16656736/simpleapp.zip) This is a simple...

> Headers Token ? 用 Basic Token 还是 Bearer Token? Basic Token 可以使用 http://username:password@host/path,,但是 在header 中的 Authorization就不能使用这种,需要直接在header定义,比如说 curl --header "PRIVATE-TOKEN: " "https://gitlab.example.com/api/v4/projects" 这种情况。

> good , I'm really looking forward to it. Recently, I have been thinking about how to use what I have to achieve the effect of JWT, but I am...