Ahmed Denison-Afifi
Ahmed Denison-Afifi
I am experiencing the scroll position changing as well. Does anyone have any input regarding this?
I was able to work around the scroll position changing by ensuring that setNextSelectedPositionInt(int position) is called when an item is selected via the OnItemClickListener.
@tsheaff I've been looking for a cached video stream solution for AVPlayer. I'll try out your library and see if I can get it working with video.
It doesn't look like the AVURLAsset loads from the local file if it already exists. Is that true? I would want to avoid re-streaming the asset if it has already...
Awesome @brianhei. I haven't had a chance to integrate PersistentStreamPlayer. Still on my roadmap though.
Would appreciate this functionality. For now I have added a bash script to generate the `.clangd` file for each user so the include paths are correct for their repository checkout...
I've found that certain settings like code coverage make clangd unable to parse the compilation database. I remove some lines from the compile_commands.json: ``` # Remove the line `-index-store-path`` sed...
Hello, poking my head into this thread to say I was trying to integrate `gen-cdb-fragment-path` into my build system (https://reviews.llvm.org/D66555) for compilation database generation and noticed that it made builds...
The compilation database can be used by clangd for code completion when working outside of XCode on a Mac C++ project. This is a great feature from xcpretty but now...