• Joined on 2026-03-13
barrett pushed to main at barrett/resume 2026-03-13 18:05:10 +00:00
70b397d102 feat: move resume
8d56113a05 feat: update
3ff5b9c1e0 feat: use new email
7c7a6e2d71 resume update
d44fe7a1e2 update
barrett created branch main in barrett/sioyek-dev 2026-03-13 18:05:10 +00:00
barrett pushed to main at barrett/sioyek-dev 2026-03-13 18:05:10 +00:00
c10565d773 fix: flat dirs
67ab4ad66d fix(ci): push main to master
49d56aaa09 fix(ci): dont shallow clone
Compare 10 commits »
barrett created branch fix/stderr-streaming in barrett/preview.nvim 2026-03-13 18:05:09 +00:00
barrett pushed to fix/stderr-streaming at barrett/preview.nvim 2026-03-13 18:05:09 +00:00
65fdc27a8e fix(compiler): use cwindow and win_gotoid for quickfix focus management
f8e2d1d089 fix(compiler): open quickfix in background, retain focus on source buffer
2edeef478d fix: stream stderr for long-running providers, clear errors on success
Compare 3 commits »
barrett created branch fix/tmpfile-fallback in barrett/preview.nvim 2026-03-13 18:05:09 +00:00
barrett pushed to fix/tmpfile-fallback at barrett/preview.nvim 2026-03-13 18:05:09 +00:00
20f44f44a2 test: update unnamed buffer tests for tmpfile fallback
c1734eec8f fix: fall back to /tmp for buffers without a backing file
272153a158 fix(compiler): use BufDelete instead of BufUnload for cleanup (#59)
Compare 3 commits »
barrett created branch fix/viewer-lifecycle in barrett/preview.nvim 2026-03-13 18:05:09 +00:00
barrett pushed to fix/viewer-lifecycle at barrett/preview.nvim 2026-03-13 18:05:09 +00:00
e03f51ca04 ci: format
96df25b7be docs: document viewer auto-close behaviour and limitations in open field
f6ce8a1544 fix(compiler): defer open until successful compile, close viewer on :bd
Compare 3 commits »
barrett created branch refactor/command-surface in barrett/preview.nvim 2026-03-13 18:05:09 +00:00
barrett pushed to refactor/command-surface at barrett/preview.nvim 2026-03-13 18:05:09 +00:00
86a3523f2d ci: scripts
098f822ec2 docs: update help file for new command surface and document reload
1d0077ab60 refactor(commands): remove stop subcommand
46cbf41612 refactor(commands): make toggle the default subcommand
7a7c407d97 refactor: rename build to compile and watch to toggle in public API
Compare 5 commits »
barrett created branch refactor/compiler-buf-state in barrett/preview.nvim 2026-03-13 18:05:09 +00:00
barrett pushed to refactor/compiler-buf-state at barrett/preview.nvim 2026-03-13 18:05:09 +00:00
674c13a0fd ci: typing
efa0b1fe73 fix(compiler): split nil guard in M.stop for type narrowing
e59b5eb241 refactor(compiler): replace 7 state tables with unified BufState
Compare 3 commits »
barrett created branch refactor/derive-completion-from-dispatch in barrett/preview.nvim 2026-03-13 18:05:09 +00:00
211396294b refactor(commands): derive completion from dispatch table
barrett created branch refactor/preset-name-true-syntax in barrett/preview.nvim 2026-03-13 18:05:09 +00:00
barrett pushed to refactor/preset-name-true-syntax at barrett/preview.nvim 2026-03-13 18:05:09 +00:00
50580ecde5 refactor: remove PreviewWatch* events and clean up docs
6e48c6716b ci: remove superfluous things
2ec1b2d206 fix(presets): parenthesize gsub output to suppress redundant-return-value
26c15a701e ci: format
859f04e010 refactor(config): replace array preset syntax with preset_name = true
Compare 5 commits »
barrett created branch refactor/resolve-output-before-args in barrett/preview.nvim 2026-03-13 18:05:09 +00:00
barrett pushed to refactor/resolve-output-before-args at barrett/preview.nvim 2026-03-13 18:05:09 +00:00
af8bb49122 refactor(compiler): resolve output before args
barrett created branch refactor/vim-ui-open in barrett/preview.nvim 2026-03-13 18:05:09 +00:00