• Joined on 2019-01-28
lobo pushed to master at lobo/srf 2026-03-09 23:48:25 +00:00
390b2f3a23 add passing test for blank lines
lobo pushed to master at lobo/srf 2026-03-09 23:29:50 +00:00
353f8bca35 add string-based boolean coercion
lobo pushed to master at lobo/srf 2026-03-09 22:20:45 +00:00
f4facdb700 add created/modified to fmt()
ca9e5cf09c document directives
Compare 2 commits »
lobo pushed to master at lobo/srf 2026-03-09 22:12:32 +00:00
e45a5ffe34 add created/modified directives
lobo pushed to master at lobo/srf 2026-03-09 20:42:06 +00:00
3da4860ad2 move structs out of tests (removes srfParse/srfFormat from docs)
1f922c0b33 update readme and docs
Compare 2 commits »
lobo pushed to master at lobo/srf 2026-03-09 17:09:30 +00:00
fcce8e48d4 add comment about allocations, reduce footprint for fielditerator
lobo pushed to master at lobo/srf 2026-03-09 16:45:52 +00:00
8e12b7396a introduce iterator version of to()
bb4a5e0bf3 handle multiple recorditerator.next() without processing fields
3f7953be74 cleanup and optimization
Compare 3 commits »
lobo pushed to master at lobo/srf 2026-03-07 22:18:30 +00:00
1a47ad0ad2 iterator - not optimized
lobo pushed to master at lobo/srf 2026-03-07 01:32:29 +00:00
95036e83e2 introduce emit_directives format option so consumers can implement append-only
lobo pushed to master at lobo/srf 2026-03-06 21:49:51 +00:00
ad894ff74a add enum tests (code already handled properly)
lobo pushed to master at lobo/srf 2026-03-06 18:38:25 +00:00
7aa7ec112a rename is_fresh -> isFresh
lobo pushed to master at lobo/srf 2026-03-06 18:20:09 +00:00
b314b0fd0f union deserialization
14d82a13b7 use @hasDecl
Compare 2 commits »
lobo pushed to master at lobo/srf 2026-03-06 17:34:33 +00:00
b807ff8768 support for unions in fmtFrom
lobo pushed to master at lobo/wttr 2026-03-05 22:48:38 +00:00
c9f3681460 fix double free
lobo pushed to master at lobo/wttr 2026-03-05 22:30:17 +00:00
72b3c624d1 add IpWhoIs as default fallback
lobo pushed to master at lobo/wttr 2026-03-05 19:03:38 +00:00
315eb73bfa move png to opt in at build time
102d5c09ea avoid db use on low accuracy
6e84aa815e fix brittle tests
58c88f2320 add robots.txt and sitemap.xml
153afe5b72 update versions
Compare 10 commits »
lobo pushed to master at lobo/srf 2026-03-05 00:44:41 +00:00
18a4558b47 use a bound function for srfFormat
lobo pushed to master at lobo/srf 2026-03-05 00:32:36 +00:00
84b8be4b25 add generic fmtFrom to serialize arrays of concrete data types
996d91ba17 add from method to allow concrete data type to SRF record object
a414bacfec downgrade err -> debug
Compare 3 commits »
lobo pushed to master at lobo/srf 2026-03-04 04:53:59 +00:00
569d7c8773 fix is_fresh
lobo pushed to master at lobo/srf 2026-03-04 04:50:06 +00:00
8df8c93df1 add expires and to methods