DarshanUTHUK

Results 8 comments of DarshanUTHUK

> Could you please explain what it is about Firebase Cloud Messaging that makes it important enough to permanently integrate into Buildozer? Why shouldn't it be configured separately (perhaps in...

> @DarshanUTHUK I don't think it should be made permanent. Reason being that not all apps need firebase, plus it adds to the size of an app unnecessarily when it...

> Could you please explain what it is about Firebase Cloud Messaging that makes it important enough to permanently integrate into Buildozer? Why shouldn't it be configured separately (perhaps in...

as driver_name contains only a 'chromedriver'....its bettter check with extension also. where this path is used in drivers.json and also for driver executable_path .

> > as driver_name contains only a 'chromedriver'....its bettter check with extension also. where this path is used in drivers.json and also for driver executable_path . > > I think...

what this code def __get_binary(self, files, driver_name): if not files: raise Exception(f"Can't find binary for {driver_name} among {files}") if len(files) == 1: return files[0] for f in files: if 'LICENSE'...