dotnetthailand.github.io icon indicating copy to clipboard operation
dotnetthailand.github.io copied to clipboard

source code for .NET Thailand website (dotnetthailand.com)

Results 23 dotnetthailand.github.io issues
Sort by recently updated
recently updated
newest added

Dear Admin, I added content Angular with .NET API, could you please review my PR. Thank you very much.

I have a case study from the customer to deploy nopCommerce on Azure app service with a private network. I think it would be better to share this content with...

## Problem ### 1. Less y-axis margin between code block and bullet ![image](https://user-images.githubusercontent.com/3647850/129821836-7cfc5d00-55e1-495e-a2ba-dbee7f768f31.png) ### 2. More y-axis margin between bullet item and its nested item. ![image](https://user-images.githubusercontent.com/3647850/129821966-d716511e-62dc-48fa-a652-3a3b21e8259f.png) ### 3. On mobile,...

warn the option sizeByPixelDensity is deprecated and should not be used. It will be removed in the next major release of Gatsby. ![image](https://user-images.githubusercontent.com/80441020/152910972-3e33cc28-4cd3-4a20-b8e8-16e4b2e340c9.png) Should we change this deprecated function? CC:...

Hi all, I have some idea. I found a tool called Lighthouse CI (lhci). It can be integrated to github pipeline. So we can see a report for each commit....

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...

According to ISSUE #24 that we already closed, we can take our existing resource files to create a new favicon and site logo images. Here is the link to download...

help wanted

We have many contributes who contribute to our projects. We want to improve our system to search and list content easily by author and make the UI that can give...

https://github.com/PrismJS/prism/blob/master/components/prism-csharp.js#L89 https://prismjs.com/extending.html https://github.com/PrismJS/prism/blob/master/components/prism-csharp.js#L367

# 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; // ......