Ajay D.

Results 16 comments of Ajay D.

hey, can i have this issue? I'm just starting with open source, so this will be a good start ig.

@ggiill thanks, I did the following changes ```diff - self._expires_at = int(response.get('expires_at')) + self._expires_at = round(float(response.get('expires_at'))) ``` and passes all the tests is when i run `pytest` But what kinda...

@ggiill hey, can i get a review ? lmao its been a month even i forgot abt it.

hey, @meist0731 are you still working on this issue ? If yes, can we work it together. Seems like an interesting problem

@meist0731 cheers, you on discord ? itll be easier to work together.

@tomchristie how do you recommend to proceed this issue? Like can you explain where to start and all ?

I made a pr fixing that. Also, is your search slow? it takes like 3 seconds after typing to show results.

Hey, Is there a reason why this is not yet merged? I'd like to work on it if no one else is.

Same, I'm also waiting for this to be implemented. I'd like to take the issue up if no one is working on it

I know it's late but what I usually like to do is to have a field of type `error` in my Model instance and I check it once the model...