Neutrino
Neutrino
`git config credential.useHttpPath true` does not work for me. `git config credentials.github.com.useHttpPath` returns `true` I have credentials already stored for an existing company repository. Those credentials are for a github...
I've installed Git for Windows 2.22.0 from https://gitforwindows.org/ with the option to enable the Git Credential Manager For Windows selected. I've just reinstalled it to make sure I have that...
> $ git credential-manager version Git Credential Manager for Windows version 1.19.0
I followed your steps, but before I did so I deleted the GitHub personal access token from the Windows Credential Manager. I found no useful log in the log directory...
This library is supposed to be a direct port of the C# AutoMapper which handles collections automatically. If this library doesn't then that's a glaring omission.
I'm looking around for a CMS I can easily integrate into an ASP Core project I'm working on. Piranha looks great but this bug has me worried. Am I misunderstanding...
I'm using Razor pages. If you take the Piranha Razor pages template app and add that custom block to a page, then when you navigate to the page containing the...
The way I'm handling this is to catch all exceptions from custom block constructors, this is a decent approach as it's then possible to display the error message in the...
Also since `POST /manager/login` returns `200` on failed login I can't set up a monitor on the web server to detect 401 errors and raise an alert for brute force...
I managed to run a Jasmine test that imports an ES module by defining the test in a file named test.spec.cjs and importing the ES module into the test using...