Ophir LOJKINE

Results 183 issues of Ophir LOJKINE

- Pass `RequestInfo` as an `Arc` to avoid cloning the struct in many places. - The `source_path` in `HeaderContext` and `HtmlRenderContext` are now available through `RequestInfo`. - The logging component...

``` [2025-10-17T13:52:41.759Z WARN sqlx_core_oldapi::odbc::connection::odbc_bridge] Failed to get row count: ODBC emitted an error calling 'SQLRowCount': State: HY010, Native error: 0, Message: [unixODBC][Driver Manager]Function sequence error ```

bug

Hello, I was testing the `TRUE AS striped_rows` parameter, but it seems that it doesn’t apply row coloring when dark mode is enabled. [link](https://learnsahajayoga.org/shri-mataji-talks?tlang=all&lang=en) ![Screenshot 2025-07-09 at 11 14 36](https://github.com/user-attachments/assets/995f22ee-439d-47f1-886b-e2c4ca056d4d)...

feature suggestion by @SebastiendOrnano ### Discussed in https://github.com/sqlpage/SQLPage/discussions/944 Originally posted by **SebastiendOrnano** June 24, 2025 Could it be possible to add a link parameter to the chart component ? It...

enhancement

### Tool Name jsonjoy-builder ### Tool Description An user interface to create JSON schemas visually. Comes with a reusable react library. ### Action Type - [x] Add Tool - [...

Status: Triage
dependencies
needs-info

add support for string-encoded `expires_in` for Azure AD compatibility While [RFC 6749 Section 5.1](https://tools.ietf.org/html/rfc6749#section-5.1) describes `expires_in` as an integer, Microsoft Azure AD returns this value as a string (e.g., `"3600"`...

Hi, It would be useful to support direct conversions between `BigDecimal` and `serde_json::Value` when the `serde-json` feature is enabled. Currently, we can serialize/deserialize via Serde, but not convert directly without...

### Version Information Server Version: hasura/graphql-engine:v2.48.5.cli-migrations-v3 CLI Version (for CLI related issue): N/A (Server-side issue) ### Environment OSS, running with Docker. - TimescaleDB: timescale/timescaledb:2.22.0-pg17 - Hasura: hasura/graphql-engine:v2.48.5.cli-migrations-v3 ### What is...

k/bug

### What type of bug is this? Performance issue ### What subsystems and features are affected? Query planner ### What happened? The following simple query is slow ```sql select *...

planner
feature-request
v2.22.0

### Description In some cases, stacked bar charts do not properly draw border radiuses. ### Steps to Reproduce 1. Create a stacked bar charts where - the x and y...

bug