Skip to content

Instantly share code, notes, and snippets.

@samrose
samrose / my_info_and_links.md
Created September 22, 2021 20:58 — forked from idlehands/my_info_and_links.md
Effective Test Coverage - code and links
@samrose
samrose / streaming_http_requests.ex
Created January 17, 2022 02:36 — forked from joshnuss/streaming_http_requests.ex
Streaming HTTP requests
defmodule MyApp.Integrations.Skubana do
@host "..."
@headers [ ... ]
# returns a stream of shipments
def get_shipments do
# start with page 1
start = fn -> 1 end
# create a stream, it will make HTTP requests until the page returned is empty

Setting up qemu VM using nix flakes

Did you know that it is rather easy to setup a VM to test your NixOs configuration?

Create simple flake:

# flake.nix
{
  inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
@samrose
samrose / README.md
Last active August 22, 2023 19:07 — forked from panva/README.md
Simple Device Flow Login CLI implementation

Simple Device Flow Login CLI implementation

run

npx https://gist.github.com/samrose/eb703dcf5c5eaf2df1575e3b01152cbf