go-run-jump
go-run-jump
You're absolutly right. It should be more like ``` obj_perms = context['user'].get_all_permissions(item) labeled_obj_perms = {f"{item._meta.app_label}.{perm}" for perm in obj_perms} user_perms.update(labeled_obj_perms) ```
`get_permissions` will only be called once in `check_access` because of `if user_perms is _UNSET`. This means checking per item will not work. I guess this is for unneccessary double checks...
@dariox1337 I have identified what is responsible for the decreased quality of the distill whisper models. It seems that the distil whisper models are more susceptible to issues in the...
@dariox1337 Actually, it seems that this behavior is only happening in the fork you're having and suggesting to merge in #61 . Why the distill models don't work for me...
I encountered a similar layout offset issue after upgrading to Flutter 3.24+ (currently testing on 3.29.2, using `feedback` version 3.1.0. While the original issue reported an offset to the *right*...
When I tried to use the Open AI API functionality, it did not work because the audio was barely understandable. After listening to it, I was amazed on what the...
I can confirm that this seems to be an IPv6 problem maybe in combination with some Linux internals and how you serve traffic. What I tried to do is force...
I can say almost 100% for certain that it has something to do with the ISP or connection. For me it now works when connecting to the internet over a...
This is what I see on stout when starting the client or clicking on the connection status. Now again from a higher latency location. Here in contrast to the other...
# PR Update: Added Widget Test ## Important Note on Testing **The layout offset issue only occurs on physical Android devices and cannot be reproduced in the Flutter test environment.**...