Ross Coundon

Results 46 comments of Ross Coundon
trafficstars

@dmackinn Yeah, I've used it, just haven't managed to attach a live debugger so was wondering if anyone had.

Ah - is this the `uri` property passed to the `createPool` function?

Thanks for getting back to me. What I ended up doing that works is to specify the URL as the uri property of the poolConfig. i.e. ``` const pool =...

It looks like the types [here](https://github.com/types/mysql2) haven't been touched in a long while and could be improved - e.g. there are lots of implicit any errors in the tests. If...

I'm seeing this on Mac OS 12.4 too ``` FATAL ERROR: v8::FromJust Maybe value is Nothing. 1: 0x1025d42dc node::Abort() [/Users/rosscoundon/.nvm/versions/node/v16.15.0/bin/node] 2: 0x1025d4464 node::errors::TryCatchScope::~TryCatchScope() [/Users/rosscoundon/.nvm/versions/node/v16.15.0/bin/node] 3: 0x102725900 v8::V8::FromJustIsNothing() [/Users/rosscoundon/.nvm/versions/node/v16.15.0/bin/node] 4: 0x1025d727c...

Did you ever find a way around this?

Just chipping in our vote to say we would really like to see this addressed

We'd be more than happy to do this

Note - the `lt` and `gte` methods don't do this.

Hi Ty This is what the Entity looks like: ```ts export const NOTIFICATION_SCHEMA = new Entity( { model: { entity: 'Notification', version: '2.0.0', service: 'aa', }, attributes: { datasetId: {...