Hamish Moffatt

Results 214 comments of Hamish Moffatt

> So how about that "disabling HTTP/2" fix ? is it secure Disabling HTTP/2 may reduce performance but it won't reduce security.

I also see this on mobile Safari / iOS web view devices even on latest iOS.

It looks like the core will require asgiref for this, but it's not in the dependencies. Is there a more generic sync_to_async() than using a Django library?

Does anyone have a fork of this plugin that works in 3.3?

There's an execute_query_with_incremental_retry() method in client_context.py which looks like it would handle the 429s To try it I replaced ``` target_folder.files.create_upload_session(local_path, size_chunk, bar.update).execute_query() ``` with ``` target_folder.files.create_upload_session(local_path, size_chunk, bar.update).context.execute_query_with_incremental_retry() ```...

Is there any plan to progress on higher bitrate support? The Chromecast audio should support 24 bit / 192kHz also from what I read. Apparently mkchromecast can do it.

I've got reports of problems with my tool in Safari, but it's working fine in my test Moodle and Canvas instances currently. Do you already see this occurring with Safari?

> tools may still work in Safari if your tool and test Canvas instance are running on the same domain Thanks, that was why I didn't see the problem. My...

The "click to open in a new tab" works OK for a regular launch, but it does not work well for a content-selection launch in my testing with Canvas and...

Chrome is going to start rolling this out slowly from 1Q2024. https://developer.chrome.com/blog/cookie-countdown-2023oct/