Ben Buchwald

Results 7 issues of Ben Buchwald

## Description This is a fix for issues #7117 and #6598. Previously `has_object_permission` defaulted to returning `True` when unimplemented because it was assumed that `has_permission` had already returned true, but...

Right now when you set an E1.31 output to multicast, it only lets you edit the last octet of the multicast address. The E1.31 multicast address is supposed to match...

Hides network interfaces that are not connected from the ArtNet, E1.31, and OSC interface choices. Also disables the E1.31 multicast option for interfaces that don't support multicast.

https://github.com/florimondmanca/djangorestframework-api-key/blob/2a343eeaa32c616747e6aae3c4902f1ba55adeb9/src/rest_framework_api_key/permissions.py#L53-L56 Right now the permission `BaseHasAPIKey` implement `has_object_permission` and just calls `has_permission`. This is an incorrect implementation of `BasePermission`. `has_object_permission` is only called after `has_permission` has already passed, so this...

bug

If this project is still being maintained, is there a plan to include a binary for M1 (ARM64) Macs or a "universal" .dynlib?

Great work on this virtual desktop enhancer. This allows me to use Windows 10's built in virtual desktops like I would have used VirtuaWin on Windows 7. I've made a...

I have some shell scripts I want to distribute along with my app (I run the NW.js app through a shell script to pass certain command-line flags that it is...

bug