Singha360

Results 5 issues of Singha360

This is what it looks like during dev environment: ![Peek 2021-05-07 12-37](https://user-images.githubusercontent.com/35334787/117481578-2d1bff80-af31-11eb-8f18-4265d1b9ab24.gif) and this is how it looks like after I build it: ![Peek 2021-05-07 12-38](https://user-images.githubusercontent.com/35334787/117481610-386f2b00-af31-11eb-8a3b-6383f787e188.gif) My knowledge on the...

Could the docs perhaps be formatted in a similar fashion as the Cpp-tools that Microsoft provides for VSCode: ![image](https://user-images.githubusercontent.com/35334787/117339013-3f346a00-ae6d-11eb-8c2a-ca36baa97b3b.png) Currently this is how it looks like with clangd: ![image](https://user-images.githubusercontent.com/35334787/117340495-efef3900-ae6e-11eb-94b8-39b7bb3ca10e.png) Ignoring...

I cloned the repo and made sure the git submodules have been synced. However, I get these error messages when running `node build.js`: ```Env variable: TARGET_ARCH not specified, using default:...

Parallax could export a prop as a boolean that we could use to reset the position of the element. As of now, once an element is interacted with, it will...

### What is the problem this feature would solve? OpenAPI has an optional `nullable` boolean field for data types which currently the TypeBox interface exposed by Elysia does not implement....

enhancement