goodboy closed pull request pikers/piker#78
macos_hackarounds: spurious hacks to support macos (@goodboy's re-work/base)goodboy commented on pull request pikers/piker#78
macos_hackarounds: spurious hacks to support macos (@goodboy's re-work/base)Closed in favor of the already merged #82.
goodboy created pull request pikers/piker#88
claudy_writes_ruff_conf: a skill for linting to our (my) "wonky code style"goodboy pushed to claudy_writes_ruff_conf at pikers/piker
-
e5a91faac7 Add `/lint` skill with `scripts/check.py`
-
cec6d19156 Add pydocstyle and `W` rules to `ruff.toml`
-
e0a46fbb93 WIP get him to write a ruff conf to match our code
- Compare 3 commits »
goodboy commented on issue pikers/piker#87
Updating ourruff.toml to enforce recent py coding style(s)
From claude just after it wrote the new config in https://www.pikers.dev/pikers/piker/commit/d40a19ae4c3d123fe57faf12b939b10bfe214dbe and after i told him to think about using https://agentskills.i…
goodboy pushed to claudy_writes_ruff_conf at pikers/piker
-
d40a19ae4c Add `/lint` skill with `scripts/check.py`
goodboy opened issue pikers/piker#87
Updating ourruff.toml to enforce recent py styles
goodboy pushed to claudy_writes_ruff_conf at pikers/piker
-
ba728ae0aa Add pydocstyle and `W` rules to `ruff.toml`
-
07112108f5 WIP get him to write a ruff conf to match our code
-
a32ffb75f2 Improve styling and logging for UI font-size zoom
-
c5364c0440 improve ui zoom defaults
-
d886a16de8 Fix chart axis scaling on UI zoom level change
- Compare 14 commits »
goodboy created pull request pikers/piker#86
dpi-font-auto-calc_goodboy_testgoodboy pushed to dpi-font-auto-calc_goodboy_test at pikers/piker
-
a32ffb75f2 Improve styling and logging for UI font-size zoom
-
c5364c0440 improve ui zoom defaults
-
d886a16de8 Fix chart axis scaling on UI zoom level change
-
74f3bcdbf1 Add global UI font-size zoom scaling (from @dnks)
-
a17cbbbcf8 Add `.xsh` script mentioned in gitea #50
- Compare 10 commits »
goodboy commented on pull request pikers/piker#48
fix DpiAwareFont default size calculationAnother thing i'm immediately noticing on linux is that if you change the zoom then when you ctl-c (SIGINT) the chart from console the Qt process almost always segfaults? I wonder if something…
goodboy commented on pull request pikers/piker#48
fix DpiAwareFont default size calculationHeyyooo! it workx great guys! good job @momo and @dnks 🏄 --- Couple follow thrus i've **luv to have**, - [ ] can we make the default key-bindings simply `Control +/-` ?? *…
goodboy commented on pull request pikers/piker#48
fix DpiAwareFont default size calculation@momo heads up i'm just trying this finally after rebasing to `main` and you're going to have a couple conflicts bc we ended up needing the changes for geometry settings saving that came with the…
goodboy pushed to claudy_writes_ruff_conf at pikers/piker
-
04619afb61 WIP get him to write a ruff conf to match our code
-
e9879fe531 Merge pull request 'ib_async: port to the new fork of `ib_insync`' (#77) from ib_async into main
-
d5da993b0a Tweak y-move to `400` to align better with reset-dialog box
-
e3052ad3c0 Use `platformdirs` for `.config.get_app_dir()`
-
4d394a1897 Drop bp from duration mismatch branch in `.ib.api.Client.bars()`
- Compare 27 commits »
goodboy pushed to gap_annotator at pikers/piker
-
c6125dc4ad Exclude crypto futes from `without_src` sym key
-
e7c92cda8b Enable console log (from passed down `loglevel`) in `.tsp._history.manage_history()`
-
4ea2abf832 Drop `Flume.feed`, it's unused yet causes import cycles..
-
ecb7a1f012 Just warn on single-bar nulls instead of bping
-
2ce04ae22f Lul, drop long unused poetry lock file
- Compare 13 commits »
goodboy commented on issue pikers/piker#68
Mv toib_async.. finally.
Closed by #77
goodboy pushed to main at pikers/piker
-
e9879fe531 Merge pull request 'ib_async: port to the new fork of `ib_insync`' (#77) from ib_async into main
-
d5da993b0a Tweak y-move to `400` to align better with reset-dialog box
-
e3052ad3c0 Use `platformdirs` for `.config.get_app_dir()`
-
4d394a1897 Drop bp from duration mismatch branch in `.ib.api.Client.bars()`
-
8620c0fd45 Handle VNC reset-dialog in `vnc_click_hack()`
- Compare 17 commits »
goodboy merged pull request pikers/piker#77
ib_async: port to the new fork of `ib_insync`