Joshua Tang

Results 31 comments of Joshua Tang

> Any update? This issue is coming from Flutter and I've linked the relevant issue on the Flutter repo. There's not much update until Flutter releases a new version to...

Hey @hosttcp, thanks for raising this issue. I've looked into it and it seems like the issue is coming from the package for rendering the device preview. I've raised an...

I ran into the same issue but then I realised that I didn't give the service account `Viewer` permission. I was able to fix the issue by giving the correct...

@Toshinaki Yeah I agree that the `Viewer` permission is giving way too many permissions than necessary. Unfortunately that's the only way I could get this action working. I even tried...

Hey @timothycrosley, I recently ran into this same issue. So I created this repository to reproduce the issue: https://github.com/zeshuaro/isort-exclude-demo In the repository, `file2.py` contains unsorted imports. But in `pyproject.toml`, we...

Hey @Nico04, thanks for raising the issue and the potential fix for it. I was thinking an alternative solution here where the plugin would check whether the device has network...

> That's why, in my implementation, I've decided NOT to use this package inside getDocuments directly, instead leaving the caller to decide. But wouldn't the caller have to do the...

I see, that makes sense. I think having the option to fetch from cache first then server would be beneficial, so feel free to raise a PR with those changes....

@donuthappy is your issue related to any of the discussion here? If not, would you be able to raise a new issue, and share any errors/logs that would help me...

@rmk135 can you please look into this PR when you have the chance? This package is at least used by 2.5k repositories (based on GitHub stats) and Python 3.12 has...