Ujjwal Raut

Results 7 issues of Ujjwal Raut

First of all, the effort to establish such a great piece of technology and then to open source it, is a great gesture, much appreciated. I tried adding this repository...

I setup my own Vercel instance, but the image isn't rendering. Could this be regarding to LinkedIn having a two factor authentication system now, since my profile does use it.

### Describe the Error In the Tools Section, there is a certain repository [GitHub Readme LinkedIn](https://github.com/soroushchehresa/github-readme-linkedin), which is supposedly used to display some content related to LinkedIn in GitHub README...

**Version/Branch of Dear ImGui:** Version: 1.89 WIP Branch: docking **Back-end/Renderer/Compiler/OS** Back-ends: imgui_impl_glfw.cpp + imgui_impl_dx11.cpp Compiler: MSVC Operating System: Windows 10 **My Issue/Question:** How do I eliminate this padding/border for this...

#### Describe the issue Added four functions to the existing Input class - IsKeyDown(), IsKeyUp(), IsMouseButtonDown(), IsMouseButtonUp(). These functions return the value only once, even when called in OnUpdate() functions....

I am trying to render an ImGui dockspace, and using certain parts of your code in combination with glfw. However, the resulting window has round corners, and hence, it might...

This is my class, which I wrote - also referencing the quick-start section of the docs of cereal ``` Scene.h namespace Sentinel { struct Scene { public: Scene(); Scene(const STL::string&...