sahithi aele
sahithi aele
It seems like you are encountering an issue with the Supabase query filter not working as expected, specifically with the neq (not equal) filter on a foreign table. The problem...
The warning you're seeing is likely due to the use of a deprecated method in Hug. The `__hug_wsgi__` attribute is deprecated, and you should use `hug.API(http=hug.http.SERVEME)` instead.
can i please be assigned to this issue ?
it seems there's an issue with the `hug.middleware.LoggingMiddleware` not being silent for GET requests. To work around this, you can use the standard Python logging module directly to configure `logging`...