Lauri Svan
Lauri Svan
We just got fresh insight from the problem and actually managed to fix the problem. When checking the problem, we had multiple nested overflowing items (causing multiple nested scrollbars). We...
Roger that. In my reading, hooking EventEmitter3 to events.on(, ), as in https://nodejs.org/api/events.html#eventsonemitter-eventname-options might work if the original EventEmitter API is followed (and if Node.js also uses them and not...
@ardatan Thanks, this works like charm (yet the list on accepted content types is wrong in regular.js in case of content type failure). My migration to yoga (from fastify +...
Do you think this could potentially be done on connection pool side, e.g. that the connection pool could be fed with parameters, and in case the parameter set matches, reuse...
@NiallJoeMaher Unfortunately not yet, there's so many other things on the table. Luckily we can imitate RLS on our query builder level (injecting the extra WHERE conditions when needed) in...
@SamDuvall Seems legit - I got back to evaluating different options, and I am drifting towards a similar solution as you have. Just out of curiosity, if tarn.js supported controlling...
@SamDuvall What I am prototyping currently, is removing hard tarn dependency from Knex (so that one could provide his/her own pool), and the potential of supplying Knex queryContext when acquiring...
Thanks for the reply! I will try this out in the coming days and get back to you. Sounds promising!