pkoppstein
pkoppstein
### What happens? A working (though naive) program for finding a maximal palindromic subsequence using DuckDB v1.1.0 (fa5c2fe) is given below. The problem is that when the triply-nested SELECT in...
https://duckdb.org/docs/data/json/creating_json.html gives the synopsis: json_object([key, value, ...]) but the example lower down is: SELECT json_object('duck', 42); In fact, DuckDB v1.1.4-dev2210 does not accept the form given in the synopsis: ```...
Presumably there's an explanation for why jaq 1.6 gave the correct answer for a particular problem at https://rosettacode.org/wiki/Sum_multiples_of_3_and_5#jq (reproduced below), whereas jaq 2.0.0 gives a very different (incorrect) answer, but...
Several of the FLAGS (as in test(_; FLAGS)) simply do not work as advertised, whereas the functionality they promise is available via "Extended Groups". To make the documentation more useful...
Currently there is no support for Unicode normalization, so it's not possible to test for "string equality modulo normalization": ``` jq -n '"Władysław Stępniak"=="Władysław Stępniak"' false ``` For reference, here's...
### Describe the problem: On a MacOS 12.7.5, I've successfully run 'brew install surrealdb/tap/surreal', and the startup seems normal: ``` $ surreal start --unauthenticated memory 2024-12-18T23:40:06.609313Z INFO surreal::env: Running 2.1.4...