Skip to content

Instantly share code, notes, and snippets.

View zbecknell's full-sized avatar

Zachary Becknell zbecknell

  • Hickory, NC
View GitHub Profile
@zbecknell
zbecknell / BasicStateGenerator.cs
Created January 22, 2022 03:14
A helpful generator for Fluxor.
using System;
using System.Collections.Generic;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using System.Linq;
namespace Generator;
[Generator]
public class BasicStateGenerator : ISourceGenerator
@zbecknell
zbecknell / VsCodeVimSettings.json
Last active July 15, 2019 17:32
VsCode Vim Settings
"vim.easymotion": true,
"vim.leader": ",",
"vim.normalModeKeyBindings": [{
"before": ["u"],
"after": [],
"commands": [{
"command": "undo",
"args": []
}]
},
@zbecknell
zbecknell / snippets.css
Created July 13, 2017 13:39
Some CSS Snippets
.subtle-shadow-with-transition{
box-shadow: 3px 3px 10px -2px rgba(0, 0, 0, 0.3);
-webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.scale-up-size{
-webkit-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
}
@zbecknell
zbecknell / dotnet run error.txt
Created February 23, 2017 19:15
AspNetCore Error
CoreCLR path = 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\1.0.3\coreclr.dll', CoreCLR dir = 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\1.0.3'
Loaded library from C:\Program Files\dotnet\shared\Microsoft.NETCore.App\1.0.3\coreclr.dll
Property TRUSTED_PLATFORM_ASSEMBLIES = C:\TFSAPP\VSTS\CoreTest2017-3\CoreTest2017-3\bin\Debug\netcoreapp1.0\CoreTest2017-3.dll;C:\Users\{userName}\.nuget\packages\microsoft.applicationinsights.aspnetcore\2.0.0\lib\netstandard1.6\Microsoft.ApplicationInsights.AspNetCore.dll;C:\Users\{userName}\.nuget\packages\microsoft.applicationinsights\2.2.0\lib\netstandard1.5\Microsoft.ApplicationInsights.dll;C:\Users\{userName}\.nuget\packages\microsoft.aspnetcore.diagnostics.abstractions\1.1.0\lib\netstandard1.0\Microsoft.AspNetCore.Diagnostics.Abstractions.dll;C:\Users\{userName}\.nuget\packages\microsoft.aspnetcore.diagnostics\1.1.0\lib\netstandard1.3\Microsoft.AspNetCore.Diagnostics.dll;C:\Users\{userName}\.nuget\packages\microsoft.aspnetcore.hosting.abstractions\1.1.