nicole mazzuca
nicole mazzuca
``` Hook 'vpython.bat src/electron/script/apply_all_patches.py src/electron/patches/config.json' took 15669.14 secs subprocess2(154) __init__:python3 src/electron/script/update-external-binaries.py; cwd=C:\src\electron ________ running 'python3 src/electron/script/update-external-binaries.py' in 'C:\src\electron' Downloading https://electron-build-tools.s3-us-west-2.amazonaws.com/build-dependencies/b6a20fd1c2026f3792e7286bc768a7ebc261847b76449b49f55455e1f841fecd/sccache-win32-x64.zip to C:\Users\NICOLE~1\AppData\Local\Temp\electron-xzab9lsb\sccache-win32-x64.zip Download sccache-win32-x64.zip 4151947 [103798675.0%] Hook 'python3 src/electron/script/update-external-binaries.py' took...
When attempting to create a virtualbox mac box, for Catalina, from Catalina, the following issue occurs: ``` % sudo macinbox --box-format virtualbox --name vcpkg-eg-mac-base --disk 220 --memory 12000 --cpu 5...
I'd like to be able to write something like ``` get_structural_ty(lhs, ty_names) >>= (lhs) => get_structural_ty(rhs, ty_names) >>= (rhs) => pure(Ty_lam(lhs, rhs)) ``` however, when refmt is run on this...
Hi all! We're using vagrant-parallels to run our CI VMs, and it seems like there is an issue with spinning up macOS VMs on our M1s. We set up the...
Currently, these are supported by virtue of the GC and not checking - when I add the MIR, we'll need to actually start checking!
currently, pattern matching is limited to switching on the currently held variant. Full pattern matching would be great.
syntax: ```cafe effect Yield { func yield(Int32); } effect IoYield = Yield | Io; func generate() Yield { ... } func get_int() Io -> Int32 { ... } func input_stream()...
syntax: `type Array[T: type, N: UInt]` ```cafe func iter_map[ T: type, U: type, E: effect, ]( lst: List[T], f: func(T) E -> U, ) Yield[Int32] | E { ... }...