Thada Wangthammang
Thada Wangthammang
## Problem ### 1. Less y-axis margin between code block and bullet  ### 2. More y-axis margin between bullet item and its nested item.  ### 3. On mobile,...
Website should be supported Tablet device size. # Problems ## Problem on width 800px-1100px - The menu bar display multiple lines, - Sidebar width is too wider for tablet. here...
# Problem As you can see in the code: [/src/components/Sidebar/contentTree.js](https://github.com/dotnetthailand/dotnetthailand.github.io/blob/a30ab60e34d220b2c2f19a33471555c627f5ef7c/src/components/Sidebar/contentTree.js#L12-L13) ```js // ... // Maximum Deep level of render Nav menu (Start with 0) const limitDeepLevel = 3; // ......
# Problem When someone add the content more than 4 levels of nested folder, it will not be shown in the any result. As you can see in the code:...
## Background After Nammatham v2 entered the Alpha stage and underwent real-world usage testing, it performed well as an Azure Function library, more developer-friendly than Azure's official one. Following that,...
- [ ] httpGet -> get - [ ] httpPost -> post - [ ] httpPut -> put - [ ] httpDelete -> delete to be same method with v3
Somehow Azure Functions host locally cannot setup CORS, here is temporary solution Add them into command nammatham cli => https://github.com/mildronize/bunsheet/tree/main.next.current-monthly-budget.signalr/cors-reverse-proxy
- [X] PoC using host.json prop, nammed watchDirectories instead of dev mode. - [ ] Apply to all examples