Varun Kruthiventi

Results 9 comments of Varun Kruthiventi

Any update on this proposal?

Try to register component like this ``` components: { 'fileupload': FileUpload }, ```

Can you please share me how you are importing the module inside your component ? That can help me reproduce the issue and look into it.

Yup. Seems to be an issue with webpack configuration. Can you share the webpack config of your project ?

@elprans @ndbeals does asyncpg support tsvector type ?

@elprans I was trying to register a custom encoder/decoder for tsvector using set_type_codec. I'm facing this exception : `File "/Users/project/.venv/lib/python3.8/site-packages/asyncpg/connection.py", line 965, in set_type_codec raise ValueError('unknown type: {}.{}'.format(schema, typename)) ValueError:...

Thanks, @elprans, was able to fix the issue by changing the schema to the correct one.

Hi, any alternative fix until this PR is merged ?