Ophir LOJKINE

Results 1257 comments of Ophir LOJKINE

Indeed, currently the height property affects only `'iframe' as embed_mode` https://github.com/sqlpage/SQLPage/blob/main/sqlpage/templates/modal.handlebars#L22

Hi Rémi ! Thanks for the report. I can reproduce the issue with ```sql SELECT 'chart' AS component, 'bar' AS type, TRUE AS stacked SELECT 'A' as series, 1 as...

The bug has been reported to the underlying chart library at https://github.com/apexcharts/apexcharts.js/issues/5090

> Specifically, to preserve the original SQL for error messages you could also keep the actual original SQL string somewhere and on error construct the error message using the orignal...

That could work, but it's not necessarily a lot less work than a Display implementation that respects the Span information, and the result would be wasteful and less generally useful...

That would be great ! But with the current (incorrect) span information, we would end up with syntactically invalid sql.

Hi ! Looking at the stripe API, I think you have everything you need to integrate with it directly from sqlpage. https://docs.stripe.com/api/checkout/sessions/create?lang=curl Here is what SQL ai from https://editor.datapage.app suggests...

I added sqlpage.hmac for signed webhooks in 0.38 https://sql-page.com/functions.sql?function=hmac#function

> Unfortunately, as soon as I retrieve the data to sort it, the encoding changes. Can you be more specific? This sounds like something that can be fixed