Matthew Kenigsberg
Matthew Kenigsberg
The VM has pwnlib installed for python 2 but not 3, and being able to use pwnlib with modern python would be nice.
Not sure if I missed something, but afaict git functionality is very limited and completely undocumented, but I think it would be helpful to at least say somewhere what is...
now(tz) should return the same time utcnow returns adjusted by whatever offset is contained by tz. Currently, the offset to freeze_time is also added, which is removed by this change...
datetime.now(UTC) and datetime.utcnow() produce the same output in general, and they both have an offset from datetime.now(). But with freeze_time, datetime.now(UTC) does not have the offset: ``` datetime.now(): 2021-07-15 15:18:42.491281...
Currently, fpm has a bug where if I use #!bash for an --after-install script that uses bash specific features, it works, but if I add an --after-upgrade script, the previously...
The Readme says user namespaces are not available to unprivileged users in several production distributions such as CentOS/Red Hat Enterprise Linux 7, Debian Jessie, etc. In CentOS 8 and Debian...
Currently root's shell is set to a path that does not exist; this change sets it to the correct path to bash
Afaict, `fpm` doesn't support options like `--after-remove` for osxpkg, but it doesn't fail when that option is passed, and the docs don't mention that the option isn't supported. Although one...
This adds a `/build-redirect/$basename` endpoint that redirects to the first build of `/nix/store/$basename`. The first build is determined by taking the minimum of build ID. Currently, the only way to...
- moved the setting of upgrade-nix-store-path-url behind the nix-community feature - moved some enterprise volume creation behind the nix-community feature, and just deleted some of it - bumped nixpkgs and...