Eloff

Results 18 issues of Eloff

``` from strawberry_django_plus import gql @gql.type class EditUserResponse: ok: bool reason: Optional[str] = None ``` ... ```return EditUserResponse(ok=True)``` Produces the error when I run mypy. My pyproject.toml looks like: ```...

bug

Shouldn't one call AlarmManager.canScheduleExactAlarms() to check if we can use exact alarms before using them here? https://github.com/zo0r/react-native-push-notification/blob/fcf40a05175bb79fb5fdfe2ac31bb797bc5008bc/android/src/main/java/com/dieam/reactnativepushnotification/modules/RNPushNotificationHelper.java#L176-L184 I'm seeing a SecurityException from this method when this permission is not granted....

I was looking for a way to join two contiguous Bytes into one, but there isn't such a thing. It's common in parsing code to read multiple logical messages into...

If we enter this switch, len(path) == 0. However, if none of the conditions match (e.g. data is an int) then it falls through to path[0] which will panic with...

I'm not sure if this is on the roadmap or not, but it would be nice to have a more uniform development experience between mobile and the web. I'd like...

T-Feature
O-Community
Pipeline-Idea-Backlog
gathering-interest

See https://99c3720a.config-dun.pages.dev/ The theme changes, but the control itself doesn't seem to display correctly. Do I have something misconfigured? I can share the source code via email, contact me at...

### Which Cloudflare product(s) does this pertain to? Wrangler or miniflare ### What version(s) of the tool(s) are you using? 3.5.0 ### What version of Node are you using? 18.16.1...

bug
do

This happens a lot with rust, if two files have the same name, the link will often open the wrong file. The link to src/consent/models.rs is opening src/accounts/models.rs instead. If...

_Use this template for reporting bugs in the docs._ # Describe the bug -You have to add sudo in front of the commands. For the apt commands and /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh script....

bug
documentation

Someone went to the trouble to add a warning about this when value is supplied, but not explain why the warning exists. Is it bad? Will it format my hard...