Additional cleanup of .gitignore file - #16
Merged
Conversation
andrew-polk
added a commit
that referenced
this pull request
Oct 8, 2014
Additional cleanup of .gitignore file
hatton
added a commit
that referenced
this pull request
Jun 26, 2026
#7949) Code changes responding to the PR review: - Team Collections (review #1/#3/#4/#13): BloomBridge's mutating external endpoints (add/update/process-book) now fail fast on a Team Collection rather than silently corrupting a shared collection (they don't honor checkout, the TeamCollection.status file, or TC renames). Adds CollectionModel.IsEditableCollectionATeamCollection and ExternalApi.RefuseIfTeamCollection, and documents the non-TC assumption on CollectionModel.AddBookFromFolder. - Off-screen JS bridge cleanup (#6/#7/#8) in BookProcessor: the capture trigger is now fire-and-forget (its result was discarded), the redundant Application.DoEvents() in the poll loop is removed (the sync call already pumps the loop), and WaitForJavascriptResult documents why the off-screen processor keeps the poll-a-window-global approach rather than the live editor's async API callback. - Async page-readiness (#10/#11/#15): SetImageDisplaySizeIfCalledFor now registers a requestPageContent delay around its asynchronous image-info fetch and resize, so captureContentForExternalProcessing waits for image sizing to finish before capturing. Corrects the editablePage.ts comments that wrongly called the load-time fix-ups "synchronous", and clarifies the natural-size fallback in autoFitImageOverTextSplits. - autoFit overlays (#14): fitOneImageOverTextSplit now also skips pages whose top pane has non-text overlays (canvas elements other than the background image), not just text overlays. - Smaller comment fixes: clarify the "already in the collection" guard in AddBookFromFolder (#2); document that the process-book overlay message is intentionally not localized (#12); note that priorForeground is captured once on purpose (#5); move the JSON-vs-delimiter note next to the code it describes (#16); raise the ExternalBusyOverlay z-index (#17). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
JohnThomson
added a commit
that referenced
this pull request
Jul 13, 2026
…alogs (bug #16) Bob's Bloom exited silently, twice, when opening his cloud Team Collection: the startup sync legitimately WARNED (renaming a same-name/different-id local book), and because `pnpm go` always passes --automation, BrowserProgressDialog's no-human gate auto-closed the sync dialog and the app shut down with no visible message. Any sync warning made the collection permanently unopenable from a pnpm-go launch. --automation now splits into two concerns: - StartupAutomation (unchanged flag): ready-handshake (BLOOM_AUTOMATION_READY), port summary in the title, single-instance bypass. - UnattendedAutomation (= --automation without the new --attended): the four no-human UI policies -- progress-dialog auto-close (x2), notify-dialog suppression, NonFatalProblem stdout redirect, problem-report suppression. watchBloomExe.mjs (the human launcher) now passes --attended by default; set BLOOM_GO_UNATTENDED=1 for agent-driven runs that must never block on a dialog. The E2E harness's own launch.ts passes plain --automation and keeps full unattended behavior. Also cleaned Bob's collection copy: the duplicate-instance-id folder ("Tetun moon and cap", his uncommitted retitle from the shared-folder accident) is backed up under C:\temp\stale-cloud-tc-backup-2026-07-13 and removed. +4 ProgramTests; filter incl. TC/Cloud/Shell suites 454/454. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.