Anand

Results 6 issues of Anand

# Bug report While working on https://github.com/supabase-community/postgrest-py/pull/108 I found out that postgrest-js does not escape special characters in column names. ## Describe the bug Columns that have PostgREST special characters...

bug

**Is your feature request related to a problem? Please describe.** Currently, in case of long outputs, the `!e` command does this: ``` ... Output line limit exceeded, data truncated ```...

enhancement
help wanted
Medium Feature

Related: [#303](https://github.com/supabase-community/supabase-py/issues/303#issuecomment-1496466224) supabase-community/supabase-py#532 The call to basicConfig on realtime-py was messing up the config for the root logger. The [docs](https://docs.python.org/3/howto/logging.html#configuring-logging-for-a-library) suggest using getLogger and using a specific logger instance to...

Imports from the _async module seem to be unaffected: ```py from library._async.module import AsyncFoo ``` gets converted to ```py from library._async.module import SyncFoo ``` Expected result: ```py from library._sync.module import...

On making a typo with a tag, any additional text that was sent along with it is also sent in the "Did you mean..." embed. ![Example](https://media.discordapp.net/attachments/757877755395309609/814017613654130739/unknown.png?width=695&height=240) The fuzzy matching also...

t: bug
a: backend
p: 2 - normal

As per @decorator-factory 's suggestion: > `!d` provides a pretty huge embed that takes a lot of space, and you need to post a message for each documentation entry. I...