Patrick Lemiuex

Results 42 issues of Patrick Lemiuex

referenceError: ApolloError is not defined at LiveBlogDataSource.resolveUri (/federation-subscription-tools/example/subscriptions-server/node_modules/federation-subscription-tools/src/datasources/GatewayDataSource/index.js:73:7)

I think because this: ``` import { createHash } from "crypto"; const { gql, makeExecutableSchema } = require("apollo-server"); const { printSchema } = require("graphql") ``` `./src/utils/schema.js`

var multipleProps = __fill.fill.props.length > 1 //args.unshift(doc) args.push(function(err, val){ // if val is not passed, just leave it if (arguments.length > 1 && val !== doc){ if (prop){ doc.set(prop, multipleProps...

Removed commented out imports too

Never mind this PR, this is an example of what I have had to do to make schematics currently work, in the midst of supporting schematics

Noticed the the problem must be changes to bcrypt... argh encoding problems

self.message.files['data'][0] ``` file_one = self.message.files['data'][0] ``` AttributeError: 'Request' object has no attribute 'files'

Can we have the same feature as django, where a save forces the app to reload - by a dir watcher to notice a change event?

Traceback (most recent call last): File "./listsurf.py", line 10, in from handlers import (AccountLoginHandler, File "/Users/dj/listsurf/handlers.py", line 11, in from brubeck.models import User File "/Users/dj/.virtualenvs/listsurf/lib/python2.7/site-packages/brubeck-0.4.0-py2.7.egg/brubeck/models.py", line 97, in class UserProfile(Model,...