rando_data_subsys_styling: mostly .data subsys styling from feats branches #58

Merged
goodboy merged 13 commits from rando_data_subsys_styling into main 2026-01-07 02:43:35 +00:00

Replaces #29 https://www.pikers.dev/pikers/piker/pulls/29.

All the various miscellaneous tweaks, mostly styling changes to piker.data.* code, factored out of downstream dev branches due to land immediately after this.


Hi-level summary

  • as mentioned lotsa code styling tweaks including,
    • moar multiline styling.
    • moar {!r} reprs in logging.
    • fixing any missing f-strs.
    • |-unions sin surrounding white-spaces.
  • add a couple moar new custom “greys” to the color pallete.
  • start a “manual tags file” thingie for reffing far-but-related parts of code using the std vim tagging sys.
  • drop already long masked tsdb-service-mgmt bits from CLI.
  • update the snippets screen info script to use Qt6.
  • fix a msgspec runtime eval error on Asset due to late type-annotation lazy importing by overriding SymbologyCache.__repr__()/pformat().
  • update the root conf.toml with a valid multi-addr and always touch that file when DNE.
  • link to click srcs for our copy-n-mod of their get_app_dir().
Replaces #29 https://www.pikers.dev/pikers/piker/pulls/29. All the various miscellaneous tweaks, mostly styling changes to `piker.data.*` code, factored out of downstream dev branches due to land immediately after this. --- #### Hi-level summary - as mentioned lotsa code styling tweaks including, - moar multiline styling. - moar `{!r}` reprs in logging. - fixing any missing `f`-`str`s. - `|`-unions sin surrounding white-spaces. - add a couple moar new custom "greys" to the color pallete. - start a "manual tags file" thingie for reffing far-but-related parts of code using the std `vim` tagging sys. - drop already long masked tsdb-service-mgmt bits from CLI. - update the `snippets` screen info script to use Qt6. - fix a `msgspec` runtime eval error on `Asset` due to late type-annotation lazy importing by overriding `SymbologyCache.__repr__()/pformat()`. - update the root `conf.toml` with a valid multi-addr and always touch that file when DNE. - link to `click` srcs for our copy-n-mod of their `get_app_dir()`.
goodboy added 13 commits 2026-01-07 02:22:01 +00:00
323290d20b Teensie `piker.data` styling tweaks
- use more compact optional value style with `|`-union
- fix `.flows` typing-only import since we need `MktPair` to be
  immediately defined for use on a `msgspec.Struct` field.
- more "tree-like" warning msg in `.validate()` reporting.
dbe2567fe8 Flip screen-info script to qt6, refine it to heck.
Buncha updates and improvements,
- adjust sub-namespace imports according to console warnings.
- iterate all detected screens in a loop and instead report which is the
  primary and the current.
- type annotate all vars where non-obvious, particularly the`Qt` refs.
b3d345fc41 Wow, update root `conf.toml` to new multiaddr style
I don't know how this wasn't already committed but.. drops the legacy
`marketstore` tsdb socket info vars since we're going all in on
`nativedb` BP
goodboy merged commit fa0d088ebc into main 2026-01-07 02:43:35 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: pikers/piker#58
There is no content yet.