Rino B.
Rino B.
Yes, please fix, IMO for each println, @ info, display, show etc. call, the cell output buffer should be flushed. Otherwise, the dev experience is pretty bad. Adding manual flush(stdout)...
Also, sometimes the "Executing" spinner keeps spinning, even if execution finished. Furthermore, sometimes the spinner appears multiple times for a given cell.  Tested with Julia 1.8.0-rc3,...
Looks like creating the Arrow native payload really is straightforward: ```rust use std::fs::File; use arrow2::io::ipc::write; use polars::prelude::*; fn write_batches(path: &str, df: DataFrame) -> PolarsResult { let file = File::create(path)?; //...
Hi, The following Python `clickhouse-connect` insert call for a pandas DataFrame via arrow takes **0.22 s** for my test dataset with 7 columns and 296'136 rows: ```python con.insert_arrow('my_table', pa.Table.from_pandas(df, preserve_index=False))...
@lihuiba It was on the main branch, shall I try a different one?
@beef9999 Just tried it with: ```cmake add_compile_options(-Wall -Wno-error=pragmas) # -Werror ``` But still get the following errors on latest `main` branch, some static assertions fail `error: static assertion failed`: ```bash...
Hi @lihuiba The previous issues seem to have been resolved. There seem to be new issues now on the latest `main` branch: ```bash dev@dev-1-2:~/Downloads/PhotonLibOS$ cmake --build build -j [ 1%]...
I think I stumbled upon this nasty error as well. Any opinions @chriskohlhoff? Thanks!
Maybe some kind of plugin system with additional packages could be the way to go? Meaning most components, if sufficient, are based on Quasar, which is the base UI library...
Any released fix for this? Having the same.