nzbart

Results 14 issues of nzbart

I am unable to make requests for the root servers. This is what I do in nslookup (on Windows): ``` text > nslookup - 8.8.8.8 Default Server: google-public-dns-a.google.com Address: 8.8.8.8...

The `WindowsAuthProviderImplUnitTests.TestNegotiate` test does not complete successfully when run by itself. It does pass if the following line of code is added to the top of the test: ``` Domain.GetComputerDomain();...

bug

Although this project appears to no longer be maintained, it's still useful to a lot of people. I've added a Chocolatey package for Windows users: * https://chocolatey.org/packages/xsv It would be...

Let me know if this already exists, but I couldn't see it in your examples. It'd be great if we could specify fragments that match parts of the path. Hypothetical...

Is is possible to restrict parallel execution of tests by a given resource, such as a database, file, machine setting, or other shared resource that may be used by more...

# Setup Browser: Firefox Editor: Vim # Description I am a developer, and have a website that I run on localhost that configures HSTS for localhost so that it is...

enhancement

The ToString method on CalDateTime has useful logic to render the date and/or time components, but this rendering ignores the format provider and always uses the current culture. The format...

SQL Server 2012 introduced a new procedure called [sp_describe_first_result_set](https://docs.microsoft.com/en-us/sql/relational-databases/system-stored-procedures/sp-describe-first-result-set-transact-sql?view=sql-server-2017), which can run any query - including selecting from a table/view/procedure as you have here, in addition to ad-hoc queries -...

It appears that the [documentation](https://docdock.netlify.com/content-organisation/customize-style/) is out of date. The current instructions say to override theme.css, but it appears that theme.css disappeared in 6c00c53d5f471ffbb24705671b971433ced65ebd. The out-of-date documentation says: >**Overide Existing...

It appears that there may be a race condition or similar when generating and rendering summaries via the shortcode: ``` {{% children description="true" sort="name" style="h4" %}} ``` I've come up...