Alex Rattray

Results 411 comments of Alex Rattray

... it's not looking like I'll be able to get to this in the short term. I'd like to leave this issue open in case others have better ideas on...

Off topic, but @gcanti is there a compare / contrast between flow-runtime and tcomb anywhere? On Thu, Mar 16, 2017, 04:00 Emil Ahlbäck wrote: > Thanks for the answer. That...

Gotcha. Very interesting! Thanks guys. FWIW I'm building a JS superset called [LightScript](http://www.lightscript.org) and have been thinking about incorporating tcomb or similar. It's built to be used with Flow, though...

https://github.com/jfx2006/markdown-here looks like the most active one per the link @realstephenzhao shared, but it seems to only target Thunderbird.

Fixed link to pg-admin schema diff docs: https://www.pgadmin.org/docs/pgadmin4/latest/schema_diff.html

It looks like the code for this tool lives here, written in python: https://git.postgresql.org/gitweb/?p=pgadmin4.git;a=tree;f=web/pgadmin/tools/schema_diff EDIT: It looks like the logic is tightly integrated to their webserver code and sprawls across...

Update: I was able to directly import relevant pgadmin code, though I haven't yet tried to execute an actual comparison as I don't have an example db lying around. ```py...

Amazing, great work @steve-chavez ! Supabase is doing some exciting things. Great to hear there's a chance of upstreaming as well!

Thank you @ZhouHansen , I confirm that the [endent](https://www.npmjs.com/package/endent) package has the behavior I want – I have replaced all uses of `dedent` with it. By the way, it looks...