tmpmachine

Results 9 comments of tmpmachine

It looks like randomizing `nsid` causing the `continueNumbering` to fail. Created a quick test in db169830e223ce975b5e5fb0ccf717fa5653c094. Need more investigation, will check later. ```c# [Fact] public void Test_CreatingWordDocumentWithLists3() { var filePath...

> So when I look at how Word deals with font size it seems to be applying it to ParagraphProperties > > And not to AbstractNum. Is there a reason...

I'll take a look on the test code.

Seems like the initial `WordListStyle`'s `NumberingSymbolRunProperties` is being applied to the whole wordlist of the same style. ~~Not sure where to check next. Got any lead?~~ Nevermind, I'm checking the...

For now we can read the blob from Index as shown here, then replace the content on working directory: https://github.com/isomorphic-git/isomorphic-git/issues/1165#issuecomment-675893206 I've edited the snippet to return a blob. ```js const...

Suppose I have **style.css** in HEAD: 1. Make some modifications on **style.css**. 2. `git add style.css`. 3. Make some other modifications on **style.css**. 4. `git checkout -- style.css` In canonical...

@jcubic I adjust your code to v1.x and can confirm that `git.checkout` remove the changes in both INDEX & WORKDIR. Adjustment: - Added fs option to git. - `ref` is...

Not anytime soon I'm afraid. Guess I'll see if I can run the project first on Codespace.