Rui Ferrão

Results 32 comments of Rui Ferrão

The problem is not if the return value is a `Date` or a `string`. If `2019-10-21` is present on the DB, when the return value from the query is converted...

I don't see `dateToStringUTC` doing anything wrong @dcousens, but that `dateToString` is totally guilty of the behaviour I am experiencing. First line of code `var offset = -date.getTimezoneOffset()` returns an...

Just for clarification, defaults are **not** to use UTC: https://github.com/brianc/node-postgres/blob/06fbe19923432b2e841d0db7e76fa6ad746940d4/lib/defaults.js#L56

Going through the docs it states that `date` / `timestamp` / `timestamptz` are all converted into JavaScript objects, so for me that was expected and I had no issues with...

I have the same problem, i am on OSX, svn and diff available on the command line, nevertheless i have set the path to /usr/bin/diff and /usr/bin/svn which is where...

I'm referring to my own code @malob , not some external project dependency. And all my code is plain JavaScript.

+1, this is a killer feature for me.

If I can get some guidance, I am ok with putting work on this @jpuri.

I have just been able to grab the editor state from rdw and convert it into the right state to load on a plain draft-js editor with prism syntax highlight...

Ok @williamboman , let me know once this gets unblocked, so that I can try to submit a PR.