log

age author description
Thu, 01 Jun 2023 14:04:06 -0700 drewp don't read our own file-writes! default tip
Thu, 01 Jun 2023 14:03:31 -0700 drewp junky shortener for debug logs
Thu, 01 Jun 2023 14:03:02 -0700 drewp comment
Wed, 31 May 2023 00:43:42 -0700 drewp py-client write requests weren't working at all
Mon, 29 May 2023 23:20:55 -0700 drewp try to handle patch apply errors. very untested, but it should log some stuff
Mon, 29 May 2023 22:28:55 -0700 drewp SyncedGraph finally sheds intermediate patches if it's falling behind
Mon, 29 May 2023 22:26:18 -0700 drewp write compactPatches
Mon, 29 May 2023 16:15:46 -0700 drewp raise if we see xsd:float or xsd:double, since i want to be using xsd:decimal everywhere.
Mon, 29 May 2023 16:14:17 -0700 drewp rename isEmpty to match js
Sat, 27 May 2023 19:06:48 -0700 drewp delay file writes a little, so the file io activity doesn't spike with patch rate
Sat, 27 May 2023 17:55:20 -0700 drewp when SyncedGraph tries to clear the graph for a resync, don't attempt to send that patch out
Sat, 27 May 2023 17:38:13 -0700 drewp cut way down on some no-op patches that were causing file rewrites/rereads
Sat, 27 May 2023 17:36:51 -0700 drewp turn a disconnect into a warning
Sat, 27 May 2023 17:34:30 -0700 drewp rewrite SyncedGraph ws error handling
Sat, 27 May 2023 17:33:11 -0700 drewp mysterious- why were we writing the file a 2nd time AFTER moving it into place?