Sarin Na Wangkanai
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
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...
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...
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...
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. ...
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.
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_
`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_
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...