Borek Bernard
Borek Bernard
This looks like a nice tool but it doesn't seem to work with pnpm installations (we, specifically, use Yarn 3 & its pnpm linker but I guess using the pnpm...
In curl, it's surprisingly difficult to output some things, like request & response headers without the TLS negotiation (see e.g. [here](https://askubuntu.com/questions/1195252/how-to-get-curl-verbose-output-without-the-tls-negotiation)). HTTPie has a useful `-p / --print` flag, I...
Demo for https://gist.github.com/borekb/f83e48479aceaafa43108e021600f7e3. Go to: - [first heading](#user-content-first-heading) - [second heading](#user-content-second-heading) ## First heading # Markdown source code used for this heading: ```md ## First heading # ``` . ....
Na podcastech mám tak trochu závislost, poslouchám je i tam, kde bych asi neměl (např. při jízdě na kole), proto je pro mě funkční apka důležitá. A nejen apka, ale...
Je to se mnou těžké. Na jednu stranu rád píšu, na druhou stranu se nerad starám o "redakční systém", ať už je to WordPress, Jekyll, Gatsby nebo cokoliv jiného. V...
# Yarn vs. npm vs. pnpm Inspirován zápiskem https://orta.io/notes/js/yarn-vs-npm, rád bych si taky poznamenal, jak se v roce 2021 dívám na situaci kolem JS package managerů. ## Úvodem JavaScript vypadá...
Na správu Zsh pluginů jsem "odjakživa" používal [Antibody](https://getantibody.github.io/) – nevím pořádně proč, nejsem žádný konzolový guru (spíš lamka, abych se přiznal), ale tehdy se profilovali jako rychlejší alternativa k populárnímu...
The [installation procedure](https://github.com/jasongin/nvs/tree/70384d4b5b59fed3df1e03f58c3bf59cdfd45b44#mac-linux) puts this in `.zshrc`: ```bash export NVS_HOME="$HOME/.nvs" [ -s "$NVS_HOME/nvs.sh" ] && . "$NVS_HOME/nvs.sh" ``` I've had this in my `.zshrc` for a while but now that...
Preview mode
Hi, this is an awesome extension! I don't like working with Blueprint in Apiary's online editor so this really has been a blessing. Do you think it would be possible...
Would be great to have a support for `git rebase --onto`. What an awesome learning tool! ❤️