Geoff Davis

Results 4 issues of Geoff Davis

Running any query using just a subset of schema fields is running queries on all fields in the model which ultimately kills performance. ``` { solution_all { solutionid } }...

I have two entities, Solution and SolutionComponent. Solution has a OneToMany relationship with SolutionComponent and SolutionComponent has ManyToOne relationship to Solution as required by TypeORM. Solution ``` @OneToMany(() => SolutionComponent,...

I20151216-15:45:48.489(0)? Exception while invoking method 'electrify.get.socket.por t' Error: Did not check() all arguments during call to 'electrify.get.socket.port' I20151216-15:45:48.489(0)? at [object Object]._.extend.throwUnlessAllArgumentsHa veBeenChecked (packages/check/match.js:411:1) I20151216-15:45:48.489(0)? at Object.Match._failIfArgumentsAreNotAllChecked (pac kages/check/match.js:106:1) I20151216-15:45:48.489(0)? at...

bug
unconfirmed

When setting aria-expanded="false" on all item buttons it still opens the first item and causes a double-click needed to expand. Create any accordion and set all buttons with area-expanded="false" I...