Skip to content

Instantly share code, notes, and snippets.

View dzmitry-lahoda's full-sized avatar

dzmitry-lahoda dzmitry-lahoda

View GitHub Profile

Generate gpg key and add it to your GitHub account for commit signing & verification

Step 1 (Skip this if you already have GitHub CLI and GnuPG installed)

Install GnuPG and GitHub official CLI tool. Instructions:

# If you're using macOS and Homebrew
@dzmitry-lahoda
dzmitry-lahoda / full.log
Last active August 29, 2022 19:08
strace-nix-42.log
This file has been truncated, but you can view the full file.
execve("/home/vscode/.nix-profile/bin/nix", ["nix", "run", ".#devnet-dali", "-L", "--show-trace"], 0x7fff988713c0 /* 41 vars */) = 0
brk(NULL) = 0x1cb5000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f49779c4000
access("/etc/ld-nix.so.preload", R_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/3af6g226v4hsv6x7xzh23d6wqyq0nzjp-nix-2.10.3/lib/glibc-hwcaps/x86-64-v4/libsodium.so.23", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/3af6g226v4hsv6x7xzh23d6wqyq0nzjp-nix-2.10.3/lib/glibc-hwcaps/x86-64-v4", 0x7ffc9fa14bc0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/3af6g226v4hsv6x7xzh23d6wqyq0nzjp-nix-2.10.3/lib/glibc-hwcaps/x86-64-v3/libsodium.so.23", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/3af6g226v4hsv6x7xzh23d6wqyq0nzjp-nix-2.10.3/lib/glibc-hwcaps/x86-64-v3", 0x7ffc9fa14bc0, 0) = -1 ENOENT (No such fi
@dzmitry-lahoda
dzmitry-lahoda / resume.md
Created June 11, 2020 15:15
Welcome file

Name: Dzmitry Lahoda

My photo here.

#nullable enable
using System;
using System.Fun;
using System.Net;
using System.Threading.Tasks;
namespace Microsoft.AspNetCore.Mvc
{
public interface MvcError : IResult
{