Paul Bentley
Paul Bentley
The differences I have found in the Open XML are: 1. The actual output has only 3 gridCol elements in tblGrid, whereas the expected has 6 1. The actual output...
The issue is in ProcessClosingTableRow - but I'm not fully following the code. In my use case, an emptyCell is added correctly at index 0, but on the second iteration...
My specific case was fixed with 4aa22d6510d0c157110a538663eb35b916cd1a71 so from my point of view this can be closed.
I am facing this issue today as well and noticed the line of code you highlighted. My use-case is exactly the same as yours. In development I want each scss...
Thanks. When we run into this issue (https://github.com/madskristensen/webCompiler/issues/413) that would help because we have to update both folders.
> None of the solutions that updates the browserslist was working for me, but running the commands that was initially used to generate the node_modules folder worked. > > 1....
I have the same issue on an old project using LinqToSql. the Designer.cs file generates partial methods on the entities: ```cs partial void OnLoaded(); ``` Then if I implement this...