-
Hello, SUM() and other aggr functions should also support `BigInt` data type beside `Number`.
BigInt is part of JavaScript (since ES2020) and is increasingly important for handling large integers wit…
-
KeymanHosts is currently overly complex. However there are a number of challenges around determining which URLs to be using by various parts of the sites -- for example handling overrides for developm…
-
client.From("table").Select("*", "exact", false).Gte("created_at", start).Lte("created_at", end)
use this query, Lte("created_at", end) will override Gte("created_at", start), because Get and Lte d…
yiezh updated
1 month ago
-
## Specs
Add engine compatibility table to "Cortex Docs > Installation".
The goal is:
Given user has:
Architecture X, Hardware accelerator Y, OS Z -> Which engines can they use
Given cortex d…
-
/bounty $10
CC @RohittCodes did some related work recently
-
### Description
Hello,
I am using NextJS 14.2.1 and tabler 3.19.0, and I'm trying to build my application after updates to this version of the tabler, but I'm getting an error.
Obs: My previous…
-
If a column in the table contains null value at some rows and you try to do a case insensitive filtering like "ine foo', a javascript exception "Cannot read property 'toString' of null" exception" wil…
-
Please make it easy to create Perspective widgets for specifically Panel but in general for non-Jupyter interactive frameworks like Streamlit, Dash, Panel, Gradio, Marimo and more.
What makes it ha…
-
In my Laravel-based POS web application, I need to send print jobs to two different LAN printers with specific IP addresses. What is the best way to implement this functionality? Are there any specifi…
-
### Name of your specification
WebAssembly
This is a request for transition for version 2.0 of all 3 WebAssembly specifications, namely the [core](https://www.w3.org/TR/wasm-core-2/) spec, which…