Gajus Kuizinas

Results 762 comments of Gajus Kuizinas
trafficstars

> I was previously using node --loader tsx turbowatch.ts because for some reason when you use the turbowatch binary you have to ctrl+c twice to terminate the process, the first...

> Any way to disable this? I am only using turbowatch in development, data loss and whatever else graceful termination prevents is not a risk for me. I cannot imagine...

> You said that the first signal is graceful termination, and the second signal is forceful termination. So I was asking if there is a way I can instead configure...

> Can you explain what the safety benefit is? I didn’t see anything stick out in [gajus/slonik#595](https://github.com/gajus/slonik/pull/595) (especially) or [gajus/slonik#601](https://github.com/gajus/slonik/issues/601). I believe the benefit is that you wouldn't be able...

> > I believe the benefit is that you wouldn't be able to accidentally execute multiple statements. > > Right, how is that a benefit? Feels more like a false...

> What security vulnerabilities? ``` await client.query('SELECT id FROM user_account WHERE id = ' + id); ``` Suppose someone had a query written this way (obviously, not something they should...

Is there a chance of this getting released without waiting until `pg-native` is moved to this repo?