Lucian Buzzo

Results 62 comments of Lucian Buzzo

@janpio @Jolg42 I think that this commit https://github.com/prisma/prisma-engines/pull/4375/commits/5d2cc0ae8c06690013edaaeb07978e66ca704070 should allow us to send an existing transaction ID to the engine in the case of a nested transaction. I'm not sure...

@Jolg42 It looks like this same set of tests failing here are also failing on main https://github.com/prisma/prisma-engines/actions/runs/6787958315/job/18451926022

@Jolg42 It seems that the tx_id is still not being passed correctly into the engine, the only issue I could find after going through this was here https://github.com/prisma/prisma-engines/pull/4375/commits/a795da28cbd337db0b48a4f91662ba0e481c9ebf though it...

@Jolg42 Some success! I've been able to get the TX server to re-use existing connections and correctly use the transaction depth to set savepoints. Check out the test case that...

@Jolg42 @janpio I cleaned up this PR and got it up to date, now I have some more tests failing - are any of these expected to have issues? If...

@janpio Sorry for the slow response - the mongo and formatting tests are now fixed, and I'll dig into the driver adapter issues next

@handrews That sounds really interesting, Is there a place we can see an in progress version of this draft?

We're using a simple client side javascript REPL to demo our `Terminal` component (which wraps xterm) in rendition, you can see it in action here https://resin-io-modules.github.io/rendition/?selectedKind=Terminal&selectedStory=Standard&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybook%2Factions%2Factions-panel Some of the source...

@santosh0705 Here is the source code for a simple JS repl tethered to an xterm.js instance https://github.com/resin-io-modules/rendition/blob/master/src/stories/Terminal.js#L44 In the Rendition library, we add a simple wrapper around the xterm.js instance...

@Jolg42 Is it possible to verify that https://github.com/prisma/prisma-engines/pull/4375 fixes the issue and gets the test to pass?