Skip to content

Instantly share code, notes, and snippets.

@tometchy
tometchy / AkkaBackoffSupervisorInvestigation.cs
Last active November 2, 2020 09:27
Akka.Net BackoffSupervisor investigation with max number of retries working not as expected for issue https://github.com/akkadotnet/akka.net/issues/4601
using System;
using System.Linq;
using Akka.Actor;
using Akka.Event;
using Akka.Pattern;
using Akka.TestKit;
using Akka.TestKit.NUnit;
using Akka.Util.Internal;
using NLog;
using NLog.Targets;
@tometchy
tometchy / .gitconfig.aliases
Last active July 4, 2023 10:10
The Best Git aliases to put in your .gitconfig file - Git alias I use the most is snapshot, which can even take argument (description).
# Download free cheatsheets and other materials from https://DevOps.Broker/free-materials
#
# Put this file in your home directory: ~/.gitconfig.aliases
#
# Include this in your own .gitconfig by using the
# [include] directive with the path to this file
#
# [include]
# path = ~/.gitconfig.aliases
#