Benjamin Barenblat

Results 7 issues of Benjamin Barenblat

Treat values passed on the command line as `float`s instead of `long`s. This allows you to specify fractional percentages (and fractional absolute values, too, though they’ll just be rounded down,...

It would be great if I could pass fractional percentage values to brightnessctl – e.g., `brightnessctl set 0.5%`. It looks like all the percentage calculations occur on the FPU anyway,...

Herbie sometimes turns `x` into `(cbrt (pow x 3))`. For example, ```scheme (FPCore (f rh) :precision binary32 :pre (and (>= f 1.0) (

Feature request: It would be great if Abseil exposed a `SleepUntil` function alongside `SleepFor`. A Linux implementation could be something like this: ```c++ // Copyright 2022 Benjamin Barenblat // SPDX-License-Identifier:...

bug

When compiling some of Abseil’s libraries on 32-bit ARM, GCC emits calls to functions contained in libatomic rather than in the compiler runtime. However, Abseil’s CMake build scripts do not...

bug

If you do try to do an in-tree build, `make` errors out with > riscv64-unknown-elf/bin/ld: cannot open output file pk: Is a directory This is because ‘pk’ is in fact...

The documentation for `fdToHandle` should be more explicit about what sort of handle it returns. Is it buffered? Is it a binary handle or a text handle? If the latter,...

type: enhancement
documentation