Ophir LOJKINE

Results 1257 comments of Ophir LOJKINE

Here is an example nginx configuration rule: ```nginx location / { # When a request doesn't end with a '/' and doesn't have an extension, add '.sql' at the end...

And a detailed explanation of how the `^/((.*/)?[^/.]+)$` regex works, with examples: https://regex101.com/r/edOrEC/1

Hi ! If you want to get an idea of what can be built with sqlpage, you can have a look at this talk I gave at pgconf last december:...

Hello! This seems to be a different topic, maybe you can open a new feature request, where you present your project, and explain why you think a message signing function...

I created a separate issue to avoid discussing it in this GitHub issue, which is about having a sidebar in the shell. Let's move the discussion about hmac to #303

I will add links to both your examples to the readme

Hi! I would be interested in knowing more about what you are building! In what context would you need this component? Maybe you could use the existing chart component to...

OIDC is still not available natively, but since sqlpage.fetch is available, it is possible to implement it manually in SQLPage. I wrote a demo here: https://github.com/lovasoa/SQLpage/tree/main/examples/single%20sign%20on

Hello, and welcome to SQLPage ! This is a very specific feature, which was not on my personal roadmap but why not ! If you are ready to fund the...

What I'm currently envisioning is a more traditional calendar component. You could emulate a heatmap by filling it with one event every day, but the main feature would be showing...