liri2006

Results 8 comments of liri2006

Would be extremely helpful to have this as a native feature. As for now it requires some hacky css to make it work both for desktop (mini-sidenav) and mobile (classic...

There is a package which adds Web HLS support for video_player, maybe it can be used as an inspiration for implementing HLS in just_audio - https://github.com/balvinderz/video_player_web_hls.

Wouldn't it restart existing connection? I'm doing `Signalr.connect({ qs: {access_token: 'here goes token' }});` when connecting for the first time, but then I need to change query string some time...

Same issue here.

Any news on this one? Would be great to have shadows support :)

I have a similar issue: 1. User navigates to Profile where image is show for the first time - image is not found (404 network error), placeholder is shown. 2....

I did not. But in my case image was never loaded (404), so why cache that?

Encountered this error and solved it by adding .astype(str): ``` companyNames = names['Name'].astype(str).drop_duplicates() df = sg.match_strings(companyNames) ```