Ophir LOJKINE

Results 1257 comments of Ophir LOJKINE

I updated apexcharts, but the bug is still present in the latest version. ```sql select 'chart' as component; select 'a' as series, 1 as x, 1 as y union all...

I'm ambivalent about adding this by default to SQLPage. You can simplify your existing code by integrating the JavaScript directly in your component, since SQLPage v0.26: https://sql.datapage.app/custom_components.sql ```html // your...

## SQLPage variables can only store scalar strings > Is it a current limitation, or is it expected? It is expected. `SET` creates a SQLPage variable, that can only contain...

Hello! I think the best course of action is to fix this in the oidc provider, not in SQLPage. If the oidc provider is unresponsive, you can host a `/.well-known/openid-configuration.sql`...

By the way, which oidc provider is this?

the oidc config file can be hosted anywhere, as far as I know

That would indeed be cool! But also a lot of work to implement :) I think we'll focus on important much requested new features at first.

I reported the issue upstream as https://github.com/tabler/tabler/issues/2283

Hi ! > If i want to render datetime value coming from SQL query in table component, do i need to write handlebars? No you don't. Are you having issues...