Alex Rattray
Alex Rattray
Thanks for the quick eyes on this! Here's a censored version of the above event: ```ics BEGIN:VEVENT DESCRIPTION:adhoc instead\n UID:040000008200E00074C5B7101A82E00800000000B2AF2AC45A2AD701000000000000000 01000000020BF252A5398604C817266302DAE11EC RECURRENCE-ID;TZID=Pacific Standard Time:20210531T153000 SUMMARY:Canceled: Backlog Refinement DTSTART;TZID=Pacific Standard Time:20210531T153000...
I also wonder if it might be nicer to use a tag style for these comments... ```ts interface Foo { /** * This is a comment from COMMENT ON. *...
Sorry, yes – fixed! Yeah, the tag style just looks different in many syntax highlighters, including GitHub's and VSCode's. It helps distinguish "this is an attribute of the thing the...
Thinking about it a little more, since postgres doesn't seem to have any documented special handling of "smart comments" (like `comment on column foo.bar is E'This is a docstring.\n@fixed'`, where...
Heh, the @-syntax isn't just yours! Also used in this project: https://www.graphile.org/postgraphile/smart-comments/ But, to be honest, I thought it was more widespread (eg; I misremembered that this was used in...
Cool, that's awesome to hear! I'm not working with a db these days so I won't be able to test it myself sadly, but excited for the next pg project...
Oh ok great!
Bit of an aside, I imagine people visiting the `db` readme/homepage might want to be able to get an idea at a glance of how it compares to AR, or...
We hit this as well.
@XVincentX and other maintainers – I'm interested in having someone on my team put up a PR for this early next week. Any tips/pointers/thoughts on how to get started or...