Jak Kos

Results 3 issues of Jak Kos

`Arrow.write("testcsv.arrow", CSV.Chunks("data.csv"), ntasks=2)` with data.csv: ``` heading1,heading2,heading3 test1, test2, 3 test1, test2, 3 test1, test2, 3 test1, test2, 3 ... ``` throws this error: ``` Arrow.write("testcsv.arrow", CSV.Chunks("data/test/data.csv", ntasks=2)) ┌ Error:...

``` using TableView, Interact, Blink, DataFrames, Observables t = showtable(DataFrame(:A => [1,2])) o = Observable(OrderedDict(:t => t)) body!(Window(), tabulator(o)) notify(o) ``` causes 2 tables to appear instead of one ![image](https://user-images.githubusercontent.com/45759112/154122454-88a77486-445b-4a15-82bc-624b0b2843a5.png)...

**Describe the solution you'd like** Currently each particle in a ribbon creates it's own disconnected geometry, this leads to gaps in the ribbon. See below image from the "ribbon" example:...

C - enhancement
A - shaders