Mike Christiansen

Results 12 issues of Mike Christiansen

Sometimes, I use a comment inside a code block as a header for the template. Since I don't want the comment itself to be output to the template, so I...

enhancement
pr welcome

`readme.md` [contains a section](https://github.com/ControlzEx/ControlzEx#windowchromebehavior) on `WindowChromeBehavior`. That section contains a dead link to `http://blogs.msdn.com/b/wpfsdk/archive/2008/09/08/custom-window-chrome-in-wpf.aspx` Wayback machine gives this as a valid link: `https://web.archive.org/web/20150221141007/http://blogs.msdn.com/b/wpfsdk/archive/2008/09/08/custom-window-chrome-in-wpf.aspx`

Bug

The following log messages are produced: ``` 2021-11-22T23:55:39.7872697Z Xml Logger: Unable to parse the test name 'NetworkPrimitives.Tests.Common.CharExtensionTests.TestIsHex('"',False)' into a namespace type and method. Using Namespace='UnknownNamespace', Type='UnknownType' and Method='NetworkPrimitives.Tests.Common.CharExtensionTests.TestIsHex('"',False)' 2021-11-22T23:55:39.7882339Z Xml...

I think it would be useful to have a formal grammar for Scriban. It may also be useful to tie in this work with updating the parser and lexer to...

enhancement

[RFC 7950](https://www.rfcreader.com/#rfc7950_line373) states: > An unquoted string cannot contain any single or double quote characters. This is a backward-incompatible change from YANG version 1. When updating a YANG version 1...

Using a single quoted string results in errors ```yang module alpha { namespace 'uri:alpha'; prefix a; yang-version 1.1; } ``` Errors produced: - `, , , augment, deviation, extension, feature,...

Do you plan on releasing a .NET standard version?

If a document has the default namespace set, `FunctionTable.Bind` will use that namespace to resolve a function name. This change will use the default NsXQueryFunc namespace URI if a function...

enhancement

When a concatenated single quoted string is used in a `pattern`, Rider's built-in regex validation raises an inspection - it considers the whitespace between the strings to be part of...