Adam Strzelecki

Results 17 issues of Adam Strzelecki

JupterLab has started recently unconditionally adding `orig_nbformat: 1` into edited notebook since https://github.com/jupyterlab/jupyterlab/pull/10118. This broke notebook trust, since `orig_nbformat` is included in `sign.compute_signature` but is later stripped in `v4/rwbase.strip_transient` on...

Instead of using pkg-config and assuming Homebrew or similar package management is present, use explicit manually built static libraries for libusb and libftdi. This makefile was used to generate portable...

Today I have added Crow to my own [WebFrameworkBenchmark](https://github.com/nanoant/WebFrameworkBenchmark) and my results are quite different than yours. Crow is far below Netty and some C frameworks, it is close to...

I have managed to fix some small package problems, update few existing, and introduce couple of interesting ones :) LLVM and Clang updates are still on my list, also I...

Sorry it is me again 🙄 It seems that new packages built this year contain user `501` (aka 1st macOS user or `distiller`) files owner. While older 2018 have `0`...

Hi @lloeki, this is really great effort. I really love PacMan despite being much less verbose than `apt` or `nix`, this system is KISS but robust. So I am happy...

First 3 commits fix parsing quoted string. Next ones extend grammar. See each commit for details.