Venkata Krishna.S
Venkata Krishna.S
Hi @srdja ! Thanks for this awesome library. I was wondering if you are looking for a PR to address this issue. I would like to give a try if...
As I see it, ```array.c``` already has this function. I think I should be using that as a reference for the other collections as well. Please correct me if I...
Hey @srdja ! As a start, I have raised the PR https://github.com/srdja/Collections-C/pull/80 that adds filter functions for ```list``` and ```slist```. Please do have a look.
Hi @srdja ! I would like to try the filter functions for ```deque``` and remaining data structures as well when I get some time. I am trying to understand the...
Raised https://github.com/srdja/Collections-C/pull/82 for deque filter functions as per the currently written tests.
Hi @karanjthakkar . Thanks for the wonderful project. I have the fix ready. While testing it, when I ran the locally compiled binary and used the ```localhost:8080``` to query the...
**Repro steps** 1) Edited the code and built the code. 2) I ran the ```showmyprs.com``` created locally and used the link ```localhost:8080``` in the browser. 3) The home page is...
Hi @karanjthakkar , this [line](https://github.com/karanjthakkar/showmyprs.com/blob/master/templates/index.html#L48) redirects the ```\user\:username``` to the hosted webpage. I had changed that line to redirect to my local route like this ```localhost:8080```. I think it would...