Sean Jensen-Grey
Sean Jensen-Grey
I am not even sure that falcon runs on OSX. It requires gcc-4.8, currently getting linking failures It does run on OSX ``` In [5]: sum(v) Out[5]: 499500 In [6]:...
# Steps for a mac build Note: disregard the commented out sparsehash, I installed that via homebrew. ## Makefile build ``` diff --git a/Makefile b/Makefile index b3853bc..ac0435a 100644 --- a/Makefile...
https://web.archive.org/web/20181020070628/http://flam3.com/flame.pdf
Ok, I was/am confused how autocomplete is managed or navigate to source. Down in `/Users/seanjensengrey/.luambenvs/test0/share/lua/5.2` where `test0` is a Lua virtual environment with `redis-lua` installed via `luarocks` I have ```...
 from https://medium.freecodecamp.org/using-svg-as-placeholders-more-image-loading-techniques-bed1b810ab2c seems like an ideal candidate for replacing lots of primitives with a gradient across a primitive. And in this example image, doing background segmentation might make the...
I hit those myself a couple days ago. Commented out with "FT" for failing test. ``` 385: -- FT check(c.g_date.nYear, 4) 469: -- FT checkalign(type, v, c['print_align_attr_def_' .. suffix](buf, v))...
Thanks @tommythorn! I think removing `irqbalance` is enough, **edit it isn't, see below. I am seeing guest compilation timings for Rust be on par with the M1 host. Previously, using...
BTW, when running a guest with `-p 8` I am seeing nearly identical rust compilation perf ` ../vftool/build/vftool -k vmlinux -i initrd -d a_disk1.img -m 2048 -p 8 -a "console=hvc0...
Using this PR, I was able to get https://github.com/p5py/p5 installed from head on an M1 Mac. ``` % sw_vers ProductName: macOS ProductVersion: 14.4 BuildVersion: 23E214 % clang --version Apple clang...
@mcfletch the failures are in py27 on windows/vc++. Do you have an env to debug or can we turn those builds off?