Emmanuel Joubaud

Results 6 comments of Emmanuel Joubaud

PS: In case this doesn't make it into the core, those looking for a more Reacty solution can achieve it this way with, e.g., `styled-components`: ```jsx import React from 'react';...

What about a `:retry_on_deadlock => false` or `allow_outer_transaction => true` option? Retrying on deadlock and checking for outmost transaction remain the default, so it's safe by default, but if you...

One thing to consider around this is output. When you create a resource with secrets (key pair, access keys, db password, etc.), you likely want to show the secret in...

I found a way to make it work, for pg at least: ``` sq:file.sqlite=> \copy pg://course@localhost?sslmode=disable sqlite://file.sqlite 'SELECT EXTRACT(EPOCH FROM NULL::timestamp) AS value' input COPY 1 sq:file.sqlite=> \copy pg://course@localhost?sslmode=disable sqlite://file.sqlite...