Chad Brewbaker
Chad Brewbaker
First test fails from truncate not existing on Powershell. Fixed in https://github.com/uutils/coreutils/pull/1748
I got this to generate a report, but coverage seems to be missing for many tests. ```bash cargo clean # https://github.com/mozilla/grcov/issues/555 didn't make the latest release cargo install --git https://github.com/mozilla/grcov...
Nice! I jumped the shark and started my project to pass libfoo.so files over the wire and execute them on Lambda: https://github.com/chadbrewbaker/lambda-dlopen Why bother uploading your code into AWS Lambda...
Fedora/Debian images run slick on M1/M2 under UTM App https://www.youtube.com/watch?v=1WWj6qoWhJw For the day job I need to roll amazonlinux:2 and amazonlinux:2022 virtual machines. The later exists no-where AFAIK. I was...
* Quick and dirty Dumping /usr/bin/time -v counters. (/usr/bin/time -l for BSDTIME) * Function specialization and type shrinking Run real world integration test data with https://github.com/namhyung/uftrace to collect histograms of...
I would use a Makefile for this and make an example of one lambda that calls another? Also need to support localhost testing of chained lambdas.
Here is how Apple is driving it in their unit tests, https://github.com/apple-oss-distributions/libmalloc/blob/387a5a03c017801ecdfe9cbe7f8d69a9b427df68/tests/asan.c#L13 Another reason why it would be nice to have all of MacOS libsystem building statically, so Zig could...
How about this - I PR a python script https://github.com/microsoft/avml/tree/main/eng/URI_list_example.py? Splits the file into 4G chunks and uploads each chunk to a list of S3 presigned URIs located in a...
This is also barfing under docker. Anyone able to dump /proc/cpuinfo under Ashanti Linux? Based on that it should be a lookup table keyed by machdep.cpu.brand_string.
I'm getting the same error on windows-latest Github worker instance.