piker/piker/fsp
wygud ae4fb38bde Various patches for macOS (orig from @dnks)
Generally hackarounds to various modules to cope with either
linux-specific runtime incompats, file-name-len limits on macos, or
oddly specific to @dnks' setup config template hardcodings XD

(Obvi this commit msg was edited/reformated by @goodboy, who's also
tossed in interleaved todo bullets around each "change")

Hi-level summary,
- config/conf.toml for updated UI font size and graphics throttle.
  - [ ] remove this since it's a project template.
- piker/cli/__init__.py -> Changed transport from UDP to TCP in service
  manager.
  - [ ] this should be the default anyway, likely it was left that way
    on a dev-testing branch this history was clone from..
- piker/data/_symcache.py -> Added recursive dict cleaning for TOML
  serialization.
- piker/fsp/_api.py -> Hash-based key for shared memory buffers (macOS
  compatibility).
- piker/tsp/__init__.py -> Hash-based key for history buffers for macOS
  compatibility.
  * conflict-reso-note: was adjusted by @goodboy in new code location
    `.tsp._history` mod and keeps the orig keying for linux, only
    shortens on mac.
- piker/ui/_display.py -> Modified SHM name assertion for macOS
  compatibility.

Unmentioned changes noticed by @goodboy,
- adds a new `piker.sh` which should be unnecessary pending proper macos
  support in `tractor` via `platformdirs`,
  * 474f1dc4a7
2026-03-04 18:17:55 -05:00
..
__init__.py Make `fsp.cascade()` expect src/dst `Flume`s 2023-12-06 17:53:35 -05:00
_api.py Various patches for macOS (orig from @dnks) 2026-03-04 18:17:55 -05:00
_engine.py Pass `loglevel` to `cascade()` feed/sampler opens 2026-02-23 12:22:48 -05:00
_momo.py rename `.data._normalize` -> `.ticktools` 2023-06-27 15:47:05 -04:00
_volume.py rename `.data._normalize` -> `.ticktools` 2023-06-27 15:47:05 -04:00