Hima

Results 32 comments of Hima

What's the difference between LSP file rename and the existing file rename option? Is there a way to currently rename/move files in coc-explorer?

I'm still facing this issue. It's just printing the current path and not actually cd-ing.

@jonatanmosner so for android < 10, do we get background location by default when requesting the usual ACCESS_FINE_LOCATION? It's only for > 10 that we have to additionally request background...

Also when the permissions request shows up on my android device, I'm able to choose to only give access While In Use Or Always. If the user only selects to...

@caioariede I didn't realize the formatting in my question was not showing correctly before. I know that pressing > twice works. But I was wondering if I can make pressing...

I'm getting this error while trying to use this code `TypeError: convert_sqlalchemy_column() missing 1 required positional argument: 'resolver'`

Would it be possible to add a way to specify a root build context? My project has multiple components/servers each of which has their own dockerfile, which is why I...

Not critical actually, I did what you said of putting the dockerfile in the root of the project. Thanks!