Jordan Last

Results 225 comments of Jordan Last

IMO, I think it would be wise to consider exposing the base web components APIs as directly as possible, starting with an focusing on the custom elements API. A Seed...

Sounds pretty good then. Though, there are only a few major pain points with the raw custom elements API, IMO. Having a templating library with data binding to properties and...

Will local-data-api emulate the 1mb limit? That would be very useful

I think it is more complicated than that. Shadow DOM is the biggest issue if I'm not mistaken. Look into this: https://github.com/skatejs/ssr/blob/master/README.md and this: https://github.com/Polymer/polymer/issues/3955 I don't think SSR for...

I think I've tracked down the most likely candidate...prepared statements. Does Graphback use prepared statements? Is there any way to turn them off if so?

Digging into my logs more I get to the following message: ``` 2020-09-02T05:36:40.995Z [WARN] [clientConnection=3710375619] The client session was pinned to the database connection [dbConnection=1366424556] for the remainder of the...

Seems this is going to be a problem with `pg` itself

Thanks for getting back to me, you guys still rock! So, as for your suggestion here: > I do think that if you use serverless and proxy, knex needs to...

> There is sample app (broken) that knex maintainer explains how to fix. I've been doing quite bit of testing in my staging and production environments. I assume the fix...

I will let you know. I'm looking into optimizing my queries with indexes, VACUUM and ANALYZE. That doesn't seem to be having any affect. It looks like scaling the database...