Skip to content

Instantly share code, notes, and snippets.

@stajs
stajs / Bash
Last active October 16, 2022 04:46
Use the Git Credential Manager (core) from Windows in WSL
git config --global credential.helper "/mnt/c/Program\\ Files/Git/mingw64/libexec/git-core/git-credential-manager-core.exe"
<?xml version="1.0" encoding="UTF-8" ?>
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html"/>
<xsl:key name="tests-by-class" match="collection/test" use="@type" />
<xsl:template match="/">
<xsl:text disable-output-escaping="yes"><![CDATA[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">]]></xsl:text>
<html>
<head>
<title>xUnit.net Test Results</title>
<style type="text/css">
@stajs
stajs / history.json
Created June 22, 2015 09:09
Malone History
[
{
"Guid": "2efcf142-e90b-4dd2-8b05-5cd36c921f70",
"At": "2015-06-22T08:33:56.1652179+00:00",
"Url": "http://httpbin.org/get",
"Method": 0,
"Body": "",
"Headers": [
{
"Name": "Accept",