Sean Dunford

Results 5 issues of Sean Dunford

Given a schema similar to: ``` const mongoose = require('mongoose'); const TEAM_COLORS = { red: '#890000', blue: '#003799', yellow: '#c4b500', green: '#167200', }; const schema = new mongoose.Schema({ color: {...

Open to submitting a pr here but haven't dug into where the definitions live in the code yet. Monky's fixture functionality raise problems for js code intellisense and the typescript...

`docker build -t commoncrawler` returns ``` Sending build context to Docker daemon 15.68MB Step 1/9 : FROM golang ---> 2421885b04da Step 2/9 : ENV GO111MODULE=on ---> Using cache ---> 385def581eff...

It appears that the dependency [included in this repo](https://github.com/blainesch/pry.js/blob/master/package.json#L18) called [pygmentize-bundled](https://www.npmjs.com/package/pygmentize-bundled) has been deprecated. ![image](https://user-images.githubusercontent.com/1704718/68534474-f137b800-0302-11ea-8019-1a046b300477.png) The latest version of that repo also has a security vulnerability in it's sub-dependency bl....

Exploring this and i'm noticing that when i run: ``` ./graphschema.sh init-dgraph --schema-file AuthorPosts.graphql --dgraph-alpha "docker.for.mac.localhost:9080" --force --verbose ``` I receive: ``` Installing schema file /data/AuthorPosts.graphql into Dgraph alpha docker.for.mac.localhost:9080....