Sam Lin
Sam Lin
### Current Behavior I am trying to use nx crystal in nx 18. I tried to add options in nx.json but it doesn't work. However, if I move the same...
fix: #1742 #1758 - move modifyGeneratedHtml to ISRHandlerConfig - consolidate cache generation related code - serve existing cache first instead of waiting regeneration - create example to show modifyGeneratedHtml in...
# Problem Solved By The Feature Currently, it will try to write to cache first and then response the html I think we should add an option, nonBlockingRender, to response...
#1761 note: this one will need to wait until #1760 is merged
# Description only render has feature for `modifyGeneratedHtml`, it is missing from the other two I think the issue here is we should consolidate the render function a bit more....
I ran this locally, everything seems working fine. This will be the end of refactoring for IRS. I plan to add more features to my fork, and I will make...
# Problem Solved By The Feature The size of the page could be really big without compression. # Solution Add an option to store cache html as compressed and return...
update docker build workflow
### Version 1.48.0 ### Steps to reproduce https://github.com/microsoft/playwright-vscode/blob/4454e6876bfde1b4a8570dbaeca1ad14e8cd37c8/src/settingsView.ts#L167-L172 The button to stop dev server is hidden. It would be very useful to have it. Sometime dev server doesn't always stop...