Benedetto Proietti

Results 5 issues of Benedetto Proietti

`LineEditor.onSpecialChar` mistakenly always triggers `LineEditorSpecialChar::CursorUp`, also when `CursorDown` is pressed. Root cause is a simple typo in `LineEditor::edit`: [link](https://github.com/fdivitto/FabGL/blob/1ad27134a17275dafe86a685be7389d7a49339fb/src/terminal.cpp#L5159) ``` switch (c) { // "ESC [ A" : cursor Up...

Need to exclude Json fields from generation. Maybe an `optional = false` or similar.

**Describe the bug** Running the example in [here](https://github.com/apache/datafusion-ballista/blob/main/ballista/client/README.md) with latest ballista package (`39.0.0`) gives an error about `ParquetReadOptions`. Apparently there is some crate that brings in from `35.0.0` and that...

bug

**Describe the bug** I get this error when trying to insert data into a a table with a dynamic type. Actually a `map` with `Dynamic` values. Insertions without dynamic types...