Judimax

Results 18 comments of Judimax

Where would I get the log file from the trace options I am preparing the film I used the C# complier to rewrite geckodriver so it can use itself with...

https://drive.google.com/drive/folders/17Poja6rfEf9utuBrdNnv9gkjBnsw965V?usp=sharing since the video went through what I done to try to get selenium to recongize properly will read more docs, to have geckodriver picked up properly found where the...

[custom_profile_84_reset_vv_option.log](https://github.com/mozilla/geckodriver/files/5736722/custom_profile_84_reset_vv_option.log) tried here and there to get it to work properly, but Idk if its firefox,geckodriver,selenium,ruby ... that wont let the the dots connect. even though small hopefully this helps....

The issue might have been readAsBinaryString, when dealing with large files, we reject the mulitpart if the file is to big, but we should not even try to convert it...

I think the fix is simple grab the width and the height of the svg grab the percentage value and work with it that way?

What worked for me if watchdog and socketio was being used in the application (in this case flask) the error would show up as socket is also a file in...

Greetings figured it out it set by an internal variable ![image](https://github.com/firebase/firebase-admin-python/assets/21322737/2052fd68-4b41-4283-befd-abf4c7180e82) what you have to do ```py blob = self.bucket.blob(blob_name) /// blob.chunk_size =int(Mib(256*8).bytes) (increase the size) /// blob.upload_from_string(file_string, content_type=content_type) ```...