Cormac Relf

Results 308 comments of Cormac Relf

Yep, it's basically the salsa migration but memory usage has come down from that peak. 74620e64ec24861a821ebb9e519461042905668f ``` Waiting 60 seconds... Current memory usage: 2050 MB Current memory usage: 3309 MB...

You could add a "default_price" field to the product resource, and it would allow `create_before_destroy = true` to work. However it would then be impossible to have stripe create both...

I also frequently get hard errors in similar circumstances when buck drives remote execution, presumably because the nativelink RBE backend is enforcing h2 stream limits too. Do we think updating...

On the command line, `dark-notify -e` will print either dark or light. You can run that from inside vim at any time using `system("dark-notify -e")` or similar and examine the...

Another way the Firefox window difference manifests itself is in `yabai -m window --display X && yabai -m display --focus X`. I'm not sure how related it is, but it's...

Note to self on where this lives: https://github.com/facebook/buck2/blob/2024-11-01/app/buck2_interpreter_for_build/src/interpreter/interpreter_for_cell.rs#L185

Short answer no, must be fixed in Buck2. The re-parsing is of every bzl file, in every cell that imports it, except for prelude. - define Set in one//:one.bzl -...

Looking at that snippet I posted above, I think you can return ImportPath::new_same_cell unconditionally at the bottom, slap it in a cfg not fbcode, and that might be it.

Ok, everything works except windows, and I don't have a windows machine to dig any further into that at the moment. I'm using the exact same `blake3/fixups.toml` as the buck2...