Jeff Lowery

Results 13 issues of Jeff Lowery

Instead of install dbdiff with -g (which requires sudo privileges for many of us), how about this? - mkdir somedir - cd somedir - npm init -y - npm install...

# subscribe impl notes * added graphql-subscriptions as a **dev** dependency * added optional pubsub arg to createSqlMancerClient(); type of *any* (TODO: typedef) * added pubsub to options arg that...

According to npmjs. Switching packages involves some migration tasks. [Details here](https://www.graphql-tools.com/docs/migration-from-toolkit/).

dependencies

As you probably know, and upsert is a combination of insert/update. The operation will either update and existing row or insert a new one in a table. Most databases support...

enhancement

Linked to this I think, not an issue with the wrapper. https://github.com/processing/p5.js/issues/1734#issuecomment-390380630 _Originally posted by @subodhpareek18 in https://github.com/P5-wrapper/react/issues/26#issuecomment-451716657_ I reviewed the above issue in P5 proper, and still have some...

``` $ yarn add node-uci yarn add v1.22.19 [1/4] Resolving packages... warning node-uci > [email protected]: Debug versions >=3.2.0 =4 [email protected]: This package has been deprecated and is no longer maintained....

Unfortunately there are code format changes, so I'll explain here: 1. added a boolean **labels** prop; if true, behavior is same as now 1. if false: 1. the labels are...

Consider splitting eco.json into smaller files by ECO category: ecoA.json, ecoB.json,..ecoE.json; this would make these files easier to read in an editor. Add "to:" field in JSON openings linking one...

I believe these are data errors, not parsing errors on my part: ``` {"eco":"A25","name":"Troger Variation, English","moves":"1. c4 e5 2. Nc3 Nc6 3. g3 g6 4. Bg2 Be6"} - Invalid move...

This encapsulates all game-related methods and state to Game.ts. Constants and other shared state moved to types.js. This is a backward-compatible refactoring of Chess.js; Chess methods now delegate to a...