gsingh93
gsingh93
cc: @OBarronCS since this is in the emulation code you'll be refactoring.
@fidgetingbits needs a rebase. @disconnect3d are you good with the changes in this PR?
+1 for being mindful of the license. Regarding credit, I don't like the practice of doing it in source code. Maybe we have a separate file for this type of...
What if colors took optional arguments like `bold=True` instead? That seems like a cleaner solution to me.
> Could you please provide me steps for emulating an aarch64 hypervisor with QEMU? I built the kernel with: ```bash make O=out/aarch64 CC=clang ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- defconfig make O=out/aarch64 CC=clang ARCH=arm64...
> Would you like to write a patch so that the range gets considered during parsing? Unfortunately I don't have time at the moment, and not sure when I'd be...
Need to upgrade `org` after installing emacs, I thought `emacs -q --batch --eval "(progn (setq package-install-upgrade-built-in t) (package-install 'org t))"` might do it, but it says "org is already installed".
#2165 was merged, this needs a rebase now.
Also for the pwntools maintainers mentioned above, do you want us to contribute the missing aarch64 constants upstream? If so we should do that before you cut any additional releases.
That's an additional benefit of us removing this duplicated code, we get to remove a bunch of useless constants 🙂 I don't think there's anything additional that needs to be...