Mark Herhold
Mark Herhold
First pass at TS types from #2
I think it would be wonderful if v2 of this lib could use [`sql-template-strings`](https://www.npmjs.com/package/sql-template-strings) because it offers a really nice dev experience with clean syntax. ```js // book and author...
Can someone please help me understand the **history** or **reasoning** behind why `assert.deepEqual()` does not behave exactly the same as `expect().deep.equal()`? ```js const { expect, assert } = require('chai') const...
I am submitting a bug report. :bug: If I have models like so where `Cars` `Colors` have a many-to-many relationship and I attempt to save a model with an array...
This is a crazy idea, but because this project is so coupled to a JDBC driver, it might be worthwhile to rewrite `local-data-api` in Kotlin, perhaps with a framework like...
It appears that the docs are out of date for the `apply()` operation as everything appears to return an array now. What is the appropriate way to check for a...
This module is awesome! It worked perfectly authenticating a user. I only wish I had found it sooner. 👍 Thanks @stewartml !
How is this library supposed to behave when there are no in possibleTypes, e.g. on an interface that extends nothing? File `detail.graphql` ```gql schema { query: Query } type Query...
To anyone needing a way to build a new RPI Image with bCNC on it, I created this: https://github.com/MarkHerhold/rpi-cnc-protoneer-image-builder
Let's discuss changes for koa-body v5.0.0. These are the items that I'd like to see rolled into the next release. - [x] Update `co-body` to 6.0.0 - [x] Modernize `koa-body`...