Chris Veness

Results 66 comments of Chris Veness
trafficstars

For the BIT(1) field, it is ``` [ { catalog: 'def', schema: 'koa-sample-sandbox', name: 'Approved', orgName: 'Approved', table: 'Member', orgTable: 'Member', characterSet: 63, columnLength: 1, columnType: 16, flags: 32, decimals:...

Sounds like that would make sense. Could it go together in the same case group with the other integer types? Is this user comment of any relevance? [dev.mysql.com/doc/refman/5.7/en/bit-type.html#comment-listing](https://dev.mysql.com/doc/refman/5.7/en/bit-type.html#comment-listing).

The (internal) easting and northing values are numerics rather than texts strings, so have no leading zeros. If you want eastings/northings with leading zeros, a simpler way than testing the...

BUMP! Almost a year since I think we agreed this PR is ok?

I've set up the following sample, but just get "CSRF token mismatch" on submit. Can you suggest what I'm doing wrong? index.js: ``` 'use strict'; const koa = require('koa'); const...

In Node.js v13.2.0+ ES-modules is available without the `--experimental-modules` flag, and applications will run without the `esm` package: I have found that c8 works well using the native Node.js loader...

PR #19 has Referrer-Policy & Koa v2

Could you merge this PR please?