Sarin Na Wangkanai

Results 53 issues of Sarin Na Wangkanai

Right responsive is using HttpContext.Items to pass data in the ViewLocation. Let’s explore the possibilities of using per reques dependency in the future releas. https://docs.microsoft.com/en-us/aspnet/core/fundamentals/middleware/?tabs=aspnetcore2x&view=aspnetcore-2.1#per-request-dependencies

enhancement

Seem that this extension is now up and working of what its was propose to achieve. I have not made any test to if any bugs or unplanned result would...

help wanted

Mathematical optimization and simulation and modeling solver which seeks to find the best solution to a given problem out of very large dataset. This would enable us find the optimal...

enhancement
planned

With the announcement from Google about its Mobile-First Indexing by default. Which for our Responsive is fallback default to desktop view. Therefore, for Mobile you would need to have an...

enhancement
question
concept
feature

During development and debugging. Looking at the whole view location list make me think is it necessary to expand everything both suffix and subfolder format? Its seem so arbitrary. ![image](https://user-images.githubusercontent.com/10666633/74621355-48a1bb80-516f-11ea-99b3-2f4517c268e4.png)...

help wanted
question
breaking
investigate
review

Writing the read me documentation make me think about the use of `` vs ``. What is the difference? Because its look like it achieve the same purpose.

investigate
review

This is another thing that i need to investigate more `EndpointMetadataComparer` https://github.com/dotnet/aspnetcore/blob/master/src/Http/Routing/src/Matching/EndpointMetadataComparer.cs _Originally posted by @wangkanai in https://github.com/wangkanai/Detection/pull/297_

investigate

`CandidateSet` is another investing thing that need my further attention and study later. https://github.com/dotnet/aspnetcore/blob/master/src/Http/Routing/src/Matching/CandidateSet.cs _Originally posted by @wangkanai in https://github.com/wangkanai/Detection/pull/297/review_comment/create_

investigate

Can you make an incremental page update without doing a full page refresh? I would imagine that it would require lots of moving to do such thing, but i think...