Ophir LOJKINE
Ophir LOJKINE
Hello, Feel free to close this if this is out of scope for this project. I started working on a C interface for OSI: https://github.com/lovasoa/c-osi What would you think about...
Initially suggested in #263
Feature Request: implement signin using an external OIDC (oauth) povider such as Google, Microsoft, Apple, Auth0, keycloak... keyword: SSO, single-sign-on This is a follow-up on https://github.com/lovasoa/SQLpage/issues/12
Today, the following is not supported: ```sql select sqlpage.some_function(my_column) from my_table ``` It fails with an error saying something like `some_function(my_column) is not a valid call. Expected a literal single...
https://github.com/lovasoa/SQLpage/discussions/235 reported that they wanted table links to open in a new window. More generally, it would be nice to have more control over what we render in tables.
### Discussed in https://github.com/lovasoa/SQLpage/discussions/74 Originally posted by **Taenzer70** August 28, 2023 When connecting to an MSSQL database, is it possible to log in with the Windows user instead of the...
In test.odt, we could also test if footnotes import works properly. Footnotes can be added by going to "Insert - Footnotes/Endnotes" in LibreOffice Writer.
Hello, I have a java error when I try to start logstash with geoip ## Stacktrace ``` [2018-03-27T21:13:21,375][ERROR][logstash.pipeline ] Exception in pipelineworker, the pipeline stopped processing new events, please check...
Hello, I am working on [SQLPage](https://github.com/lovasoa/SQLpage), that uses sqlx, and where users can configure their own database connections. I noticed that when using a connection pool and an in-memory sqlite...