Ariel Jakobovits

Results 18 comments of Ariel Jakobovits

see https://developer.github.com/v3/orgs/members/#add-or-update-organization-membership

adding a callback to graph that could be called with event-type, and data such as the node affected would be just fine. I'm not tied to events. Just want the...

Would we be talking about something like this: ``` var graph = new graphlib.Graph({ directed: true, compound: true, multigraph: false, eventCallback: function() {} }); ```

alternatively, view the results in json format

@janmeier are you still around? Question for you: You said: > Why do you need it to be without timezone? A birthdate should not have a timezone right? No matter...

@janmeier So having switched my column to DATEONLY I see it stored in Postgres as "YYYY-MM-DD" as opposed to a timestamp (GOOD) but it is returned to my client as...

Not sure if this is related, but I am now seeing "Beautify on save" cause the file to be "unsaved" every time it runs...basically can't get a file to save...

FYI, Ionic Deploy is open sourced at github/driftyco and is a very good example of how simple it is to implement the update loader at the native level which has...