Johan Walles
Johan Walles
Repro: * Run `zsh` * Run install script * `px` Current result: * An error message about `px.pex` not being found Expected result: * `px` output
``` Others sharing this process' working directory (/proc/12841/task/12878/cwd (readlink: Permission denied)) Nobody else shares this working directory. ```
Just show a top 5 list of which binaries are the most common. On one system I had the same thing running 500 times, and that needs to be obvious....
When doing `px` or `ptop` on a macOS machine, list processes inside of the container(s) as well. This will require some thinking to get `px 1234` output right. Maybe prefix...
It would be nice if the backplane was pluggable. Best case the instructions for adding a new backplane should be: 1. Implement one interface 1. Register your interface somehow 1....
When we do controlled Redis failovers, Buildfarm (both servers and workers) crash. We would prefer being able to do Redis failovers without any Buildfarm downtime. # Local Repro Instructions First,...
This may or may not be more of a question than an issue, but anyway: If we want our remotely executing builds to get access to secrets, what would be...
[NTFS has a limit of at most 1023 hard links to each file](https://docs.microsoft.com/sv-se/windows/win32/api/winbase/nf-winbase-createhardlinka?redirectedfrom=MSDN#return-value). And [this document](https://github.com/bazelbuild/bazel-buildfarm/wiki/ContentAddressableStorage#casfilecache) indicates Buildfarm won't work well with that: > A strongly recommended filesystem to back...
Hi! Have a look here: I would like to know details about these `rolloutOptions` fields: * `migrate`: what does this do? * `parallelism`: number of nodes that will be updated...
**System Information** * OS: macOS Big Sur 11.6.2 * Blender version: 2.83 **Expected behavior** `MovieTrackingMarker.pattern_corners` should be a list of lists, as documented here: https://docs.blender.org/api/current/bpy.types.MovieTrackingMarker.html#bpy.types.MovieTrackingMarker.pattern_corners **Description about the bug** *...