Samesh Lakhotia

Results 17 comments of Samesh Lakhotia

Hey, @drount ! Thanks for giving the fix :blue_heart: . I was facing the exact same problem and this helped a lot.

@mihaic I would like to work on this. Could you explain what I would need to do?

Ok. Will have a look at it.

> There are PEP-8 warnings. Please [check here](https://travis-ci.com/HTTP-APIs/hydrus/jobs/296053259) @Mec-iS Fixed the PEP8 issues. For now, I have ignored the import error E402 by flake8 as I wanted to append to...

> How it handles GET request with query parameters? I have not implemented that yet. I was just waiting for general approval on my approach. I will implement GET request...

@vddesai1871 I just realized that the above implementation could also handle GET request with query parameters. The query parameters can be accessed by the user with `flask.request.args` and the user...

@xadahiya @Mec-iS I think that this issue is not solved yet? I can continue work from https://github.com/HTTP-APIs/hydrus/pull/168 which was closed. Could you tell the reason that https://github.com/HTTP-APIs/hydrus/pull/168 PR was closed?

Great, that you created this issue @Mec-iS. This decoupling was really needed in `hydrus`.

@aron-bordin I would like to work on this. Can you give me some detail on how I should proceed?

@f0k I am working on this. We need to raise `ValueError` when the input dimension is less than 3 right?