Orhan Tozan
Orhan Tozan
Like @tvaknin, it looks like a RatingBar issue. The RatingBar see's the middle point of the star as the threshold, instead of the begin. For example, clicking on the first...
Looks worse in my opinion.
I also wanted to do this but I think you have to do it this way: ``` using (var engine = new Engine()) { engine.CustomCommand("-i video.mp4 -i audio.mp3 -c copy...
I stopped using this library, and instead used the solution someone provided: https://github.com/firebase/firebaseui-web-react/pull/173#issuecomment-1215648239.
You can do it with this: ``` locationTracker.startTracking() val location = locationTracker.getLocationsFlow().first() locationTracker.stopTracking() ```
@plusmobileapps you're right. I edited my answer.
The above solution is a bit outdated. New solution: in supabase/docker/.env, set the POSTGRES_PORT constant from 5432 to 6432.
Workaround for this: `setChonkyDefaults({ iconComponent: ChonkyIconFA as any });`
Workaround for second issue: ``` const _FullFileBrowser = FullFileBrowser as any; export const MyFileBrowser = () => { const files = [ { id: "lht", name: "Projects", isDir: true },...