tomf

Results 31 issues of tomf

## The problem Suppose you use the defaults: - `s3_object_key_format` of `%{path}%{time_slice}_%{index}.%{file_extension}` - `time_slice_format` of `%Y%m%d%H` And suppose you flush every 30 seconds. So 120 files per hour. The first...

bug

If multiple classes map to the same TypeHint, I expect json4s to fail early (at construction-time) rather than when attempting to parse. Here's an example test case: ``` scala import...

Fixes https://github.com/NixOS/mobile-nixos/issues/348 and https://github.com/NixOS/mobile-nixos/issues/463. Background: There are ways to control the modem's lifecycle on Pinephone: [`eg25-manager`](https://gitlab.com/mobian1/devices/eg25-manager) and Megi's [`modem-power` driver](https://xnux.eu/devices/feature/modem-pp.html). Other Linux distros have settled on using eg25-manager. This PR...

device: pinephone

As found in https://github.com/fwupd/fwupd/issues/4338#issuecomment-1052160988 , `modem-control.service` shuts down the modem while it is being upgraded with fwupd ( https://dylanvanassche.be/blog/2022/pinephone-modem-upgrade/ ).

The pinephone's back camera supports autofocus, which is also supported by https://git.sr.ht/~martijnbraam/megapixels . This does not currently work on Mobile NixOS, since: * we do not include the ov5640 autofocus...

1. device: pinephone/pro

I intend to work on PinePhone Pro support, which will involve at least: * figuring out how much to reuse from the PinePhone support * bootloader: existing u-boot support for...

1. device: pinephone/pro

A minimal build of `examples/demo` via cross-compilation (with binfmt) seems to require that `local.nix` look something like: ``` { lib, pkgs, ... }: { imports = [ ./examples/demo/configuration.nix ]; nixpkgs.system...

My boot has been slow for a while, so I looked into it. ``` $ systemd-analyze critical-chain The time when unit became active or started is printed after the "@"...

1. device: pinephone/pro

I noticed that my Pinephone (running Phosh) always the lowest brigtness when I pulled the phone out of my pocket. Each time I have to manually set the brightness via...

1. device: pinephone/pro

`build.disk-images` of `examples/demo` for Pinephone works great from aarch64 hardware, but it took me a while to figure out how to build this from x86-64, and others have had difficulty...

1. device: pinephone/pro