Boris Cosic
Boris Cosic
I did this a little differently with relay. ``` import { connectionArgs, connectionDefinitions, globalIdField } from 'graphql-relay'; ``` ``` const Note = new GraphQLObjectType({ name: 'Notes', fields: () => ({...
Got it, it's on this url http://localhost:9222/json/version so you can curl or create a request. ``` 'use strict'; const chromeLauncher = require('chrome-launcher'); const fetch = require('node-fetch'); (async () => {...
I used this workaround, ``` $('.datepicker').datepicker({ format: "D M d, yyyy", autoclose: true, todayHighlight: true }).on('show', function(e) { if($(this).val().length > 0) { $(this).datepicker('update', new Date($(this).val())); } }); ```
I've been really busy but I will create a pull request for this. @Jrizzi1 there is a bug in my code that breaks prev/next so use this version. If the...
Also fails on boolean values. This is a problem when API returns database booleans values and they have to be remaped back to string. For example: ``` ```
[libpq-static.zip](https://github.com/brianc/node-libpq/files/176483/libpq-static.zip) @whatupdave @dcrockwell I've uploaded a libpq created with static binding to libpq for use on aws lambda. All lib files should go inside [lib folder](https://forums.aws.amazon.com/thread.jspa?messageID=706158) and libpq folder should...