Clemens Winter
Clemens Winter
Fixes https://github.com/zesterer/ariadne/issues/15
``` Error: Unexpected character `.` ╭─[:4:14] │ 4 │ float: 1.0, · ─ · ── ───╯ ``` The first `_` is labeling the right character, but it's unclear what the...
It would be nice to be able to clone `ReportBuilder` to make it possible to print it with different configs. E.g. when writing tests for error messages, I would like...
This change adds a ~dreadful hack~creative workaround that allows us to distinguish between structs and maps during parsing and preserve struct names. It does so by abusing the `size_hint` method...
### 1. Issue or feature description I have container running with nvidia-docker. The GPU linked to the container entered some error state that caused it to drop off the bus....
Maturin fails to include DWARF debug symbol files in pip packages on Mac. This results in backtraces not displaying filenames and line numbers. On (at least some) Mac platforms, cargo...
LocustDB currently doesn't support explicit GROUP BY clauses, and instead implicitly performs GROUP BY of any non-aggregation expression if your query contains an aggregation expression. So e.g. `SELECT COUNT(1), page,...
Currently everything uses FNV, but there may be better choices in particular for string data. Should set up some benchmarks and find out.
`count_by_passenger_count_pickup_year_trip_distance` is 50% slower after query refactor.