Results 21 comments of Tiou Lims

是滴,有时间再来看看有什么办法。用插件倒是很容易解决。

@cat1024 @croitor-ivan Where did you instantiate RxPermission? Before `super.onCreate` or after?

@croitor-ivan Maybe you should try instantiated after `super.onCreate`, this cause by [`RxPermissionsFragment.setRetainInstance(true)`](https://github.com/tbruyelle/RxPermissions/blob/master/lib/src/main/java/com/tbruyelle/rxpermissions/RxPermissionsFragment.java#L31) Activity will replace the new `RxPermissionsFragment` with old one in `super.onCreate`. So your fragment became isolated and `getActivity`...

I believe that updating to a newer version of Cython should resolve this issue. The problem is caused by [a change in Python 3.11](https://docs.python.org/3/whatsnew/3.11.html#:~:text=The%20non%2Dlimited%20API%20files%20cellobject.h%2C%20classobject.h%2C%20code.h%2C%20context.h%2C%20funcobject.h%2C%20genobject.h%20and%20longintrepr.h%20have%20been%20moved%20to%20the%20Include/cpython%20directory.): > The non-limited API files cellobject.h,...

@HorvathAkosPeter I implement a feature to download share folder or file without copying. I add this feature to [gdisk](https://github.com/douo/gdrive)(`--shortcut` option) by api v3. [drive](https://github.com/odeke-em/drive) using api v2 is difficult to...

@colourful-land You have to compile it by yourself. git clone https://github.com/douo/gdrive than go install or go build and setup env export GDRIVE_CLIENT_ID=xxxx.apps.googleusercontent.com export GDRIVE_CLIENT_SECRET=xxxx FYI: - [Mount Google Drive using...

@colourful-land Setup your clientId to environment variables instead of code. ```bash export GDRIVE_CLIENT_ID=xxxx.apps.googleusercontent.com export GDRIVE_CLIENT_SECRET=xxxx ``` Issues already open: [Issues · douo/gdrive](https://github.com/douo/gdrive/issues)

Looks good to me, I’ll wait for PR #11551 to be merged before I review it. Can you please sync up with this PR first?

Hi @dekura, please remove binary files from your commit and eliminate any unnecessary dependencies. Additionally, please resolve any conflicts with the mainstream branch.