Dev Aggarwal

Results 22 issues of Dev Aggarwal

This would really help people who are new to this plugin. Just today I was frustrated why this didn't work out of the box and realised it was just a...

Thanks @MaikuB, for such amazing work on this plugin! This issue is somewhat related to https://github.com/MaikuB/flutter_local_notifications/issues/1353. - iOS has an API that supports a String [identifier](https://developer.apple.com/documentation/usernotifications/unnotificationrequest/1649634-identifier). - APNs supports providing...

1. Toolip doesn't respect the keyboard highlighted window; only respects mouse position. If I place the mouse cursor over a window, the tooltip behaves as expected. However, if I use...

Hello! I've been trying to write tests for a starlette websocket API. Only one problem - the server isn't written in a way to exit nicely when a websocket is...

websocket
need confirmation

Hello! In development mode, with `--debug`, uvicorn waits for background tasks before reloading the server. This is annoying if the server has background tasks in an infinite loop. You have...

[python-dotenv](https://github.com/theskumar/python-dotenv) has a feature called `find_dotenv()`, which - > will try to find a .env file by (a) guessing where to start using __file__ or the working directory -- allowing...

Hello, thanks for taking care of this beauty all these years! Can we have a way to increase the depth of data yappi captures? I want to be able to...

This works fine ```python3 def play(): import sounddevice as sd sd.rec(1024) play() ``` However, when I move it into a different process, ```python3 from multiprocessing import Process def play(): import...

Fixes https://github.com/django/asgiref/issues/142

Moved from https://github.com/django/channels/issues/1411 Related to https://github.com/django/asgiref/issues/38 Hello, thanks for the amazing `sync_to_async` (and converse) functions, making everyone's life easier as a python developer :) Just proposing a small update to...