Amit Chavan

Results 6 issues of Amit Chavan

Hi, Thanks for the awesome work. I was trying very basic flow but got an exception as below. `Exception in thread Thread-2: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line...

I observed that whenever new request is initiated, django-event-system executes all listeners & handlers with empty data. See below: Following is my simple handler: ``` def receive_event(*args, **kwargs): print('event received')...

First of all, thanks for this work. It has saved lot of our time. We're planning to use this package in our production to implement event-driven-architecture. As of now, I'm...

`{% render_field signupForm.date_of_birth value=request.user.date_of_birth|date:"Y-m-d" class="form-control datepicker" id="date_of_birth" required="true"%}` if you see i want format Y-m-d, but Im not able to use that filter. Django throws error. Thank you.

Provide a general summary of the issue in the title above. Operations like Delete EAV or change name, data type of EAV ## Detailed Description We want to allow dynamically...

# Bug report ## Describe the bug A simple prompt in windsurf/cursor to list all my supbase edge functions gives error as follows: ``` { "error": { "name": "ReferenceError", "message":...

bug