Skip to content

Instantly share code, notes, and snippets.

@zkochan
zkochan / keybase.md
Created August 17, 2021 12:58
keybase.md

Keybase proof

I hereby claim:

  • I am zkochan on github.
  • I am zkochan (https://keybase.io/zkochan) on keybase.
  • I have a public key whose fingerprint is 7B74 D129 9568 B586 BA99 62B5 649E 4D4A F74E 7DEC

To claim this, I am signing this object:

@zkochan
zkochan / README.md
Last active November 2, 2021 05:40
Question on Gitter about pnpm hard links
@zkochan
zkochan / .md
Last active November 15, 2021 14:43
filtering in pnpm vs lerna
Lerna v3.2 pnpm v2.15
--scope my-component -- my-component
--scope toolbar-* -- toolbar-*
--scope my-component --include-filtered-dependencies -- my-component...
--scope my-component --include-filtered-dependents -- ...my-component
use reqwest::Client;
use miette::{IntoDiagnostic, Result};
use tar::Archive;
use std::{
collections::HashMap,
io::{Cursor, Read, Write},
path::PathBuf,
};
use ssri::Integrity;