egg
egg
Hi, this doesn't seem to be correct behavior: I'm using Autocomplete with property `allowOtherValues` enabled. When I select an item from the Autocomplete menu, the input value does not get...
Barfing and slurping have this colateral effect of re-indenting nested forms. For example: ``` (if (neg? i) ()) (cons (get s i) (rec s (dec i))) ``` After ~~barfing~~ slurping...
The `create-theme` takes theme objects as a Clojure map. It converts those to a JS object, then applies MUI `createTheme` function, and converts back to a Clojure map. In this...
For example: create file in current directory `xtdb-logback-include.xml`, with contents: ``` ``` Run: ``` docker run --tty --interactive --publish 6543:3000 --publish 5434:5432 --volume .:/usr/local/lib/xtdb/config ghcr.io/xtdb/xtdb-standalone-ea ```
https://www.postgresql.org/docs/current/functions-comparisons.html (All the comparison operators could be implemented as part of addressing this issue). ### SQL Tooling Used by the TypeScript library Slonik on connection. Some customer has expressed a...
This SQL done by the nodejs lib `postgres` is parsed to a malformed query: ``` select b.oid, b.typarray from pg_catalog.pg_type a left join pg_catalog.pg_type b on b.oid = a.typelem where...
It seems that the CASE expression (part1) is not being passed to the WHEN predicates (part2). For example (notice the predicate when-operands, which are part of the extended CASE expression):...
ExecuteParams only accepts from the OID enum.
We're using valid_time as the time column for time series data. We are using Metabase to inspect the data. In particular, we want a graph of values covering 1 day,...