deepakdinesh1123

Results 49 comments of deepakdinesh1123

Should adding support for JSONPath be put on hold until #181 gets merged or can I work on it right now?

Seems like selectolax does not offer support for XPath selectors and supports only CSS selectors, if lxml backend were to be replaced with selectolax should XPath selectors be supported by...

>I think supporting CSS Selectors expressions only would be OK in this case. So, should the existing backend be preserved for supporting xpath along with new parser for css ?...

Hi, can I take this?

I had thought of adding the benchmarks to this repo and getting them reviewed and then migrating all of them after making changes to the directory structure of the ASV...

Unfortunately I have not worked with go, are there any other issues (python, C++) that I can contribute to

@tusharmath I went through the issue and thought of converting the query parameters to graphql query using a Jinja template ```jinja {% for query in queries %} query {% if...

@tusharmath The schema can be generated dyanmically in`async_graphql` and that can be used to create a graphql_request, please let me know if this approach seems okay to you.