Results 34 comments of LÆS

I did solve that issue @slmjkdbtl but now I realise there's another issue i.e. the collision is not proper if the walls are rotated to an angle

I guess this issue can be closed then, my problem is like an inch away from being completely solved, but I do need to check for collisions perfectly while the...

I see, since this follows AABB collision detection, I normally just imagined that the there was a box which was same as the resolution of the image which if scaled...

> I'm using Chakra UI portal while the card's dragging, and it's working fine. > > ```js > > {(provided, snapshot) => > snapshot.isDragging ? ( > // render your...

I look forward to working with this, you'll be provided with Figma design and I'll also make a PR to change the UI

I can fix this, we can simply implement React-Virtualized lists in order to make the app load faster. Due to an enormous amount of messages, the first paint of the...

I'm not a mentor but I do support @Inventor77 And I myself am interested in solving this although we can do it with react-virtualized, which would make our life a...

I think we should wait for the mentors to merge the remaining PRs since a lot of the code is going to change soon due to the new UI

You can send multiple inputs within the same string sent as input but separated by a new line feed `\n`, here's how the curl request would then look like. curl...

Can you please provide more details here, and the response you're getting + the expected response?