timsparkles
timsparkles
Style changes should be controlled through a user stylesheet, not through a user script. There exist several styles at https://userstyles.org/styles/browse/bloodrizer and Kitten Scientists conflicts with all of them. Any time...
This also pulls in stephengeorgewest-navitaire's fix to make :r statements should stay relative to basePath
Given this text within a script: ``` /* create procedure foo as return 0 go */ ``` DBUtil creates a batch ending at the go line, and SqlCommand throws "Missing...
I believe that the body of static ExecuteFile should read: ``` using (var sqlCmd = new SqlCmd (conn)) { sqlCmd.ExecuteFile (filePath); } ``` Similar for static ExecuteStream.
I just picked up some 2nd edition upgrade packs, with the intention to upgrade my kit to 2nd edition by default, with the removed cards from 1st edition filed elsewhere....
**Describe the bug** The main content column of many learn.microsoft.com technical documentation articles is too narrow. Code samples and tables (clearly designed for a wider column) get cut off and...
Repro: 1. `cd c:\mydirectory` 2. `c:\Program Files\Notepad3\Notepad3.exe foo.txt` 3. Answer Yes when notepad3 asks if you would like to create the file 4. Save 5. Quit 6. Repeat step 2...
I have a process with a FileSystemWatcher that immediately reads an xml file when it changes on disk. If I open and save that file in notepad3 (6.23.203.2), my process...