Chanwut (Mick) Kittivorawong

Results 13 issues of Chanwut (Mick) Kittivorawong

![Nov-08-2021 12-13-48](https://user-images.githubusercontent.com/30903997/140811428-867e034c-9004-4dc6-a8f0-527021a1ac4d.gif) ```js { "$schema": "https://vega.github.io/schema/vega/v5.json", "width": 100, "height": 100, "data": [ { "name": "table", "values": [12] } ], "marks": [ { "type": "symbol", "name": "point", "from": {"data": "table"}, "encode":...

bug

```js { "$schema": "https://vega.github.io/schema/vega/v5.json", "width": 100, "height": 100, "data": [ { "name": "table", "values": [12] } ], "marks": [ { "type": "text", "from": {"data": "table"}, "encode": { "enter": { "x":...

bug

Hi I forked your project and found that the following deoplete's settings in `plugins.programming.vim` are deprecated: ```vim " When a capital letter is included in input, does not ignore let...

Add TypeScript support to d3-tile

If possible, we should support all Arquero operations

enhancement
medium-priority

Currently using [Node.js binding](https://duckdb.org/docs/api/nodejs/overview). Considering [DuckDB-WASM](https://github.com/duckdb/duckdb-wasm). [Post](https://duckdb.org/2021/10/29/duckdb-wasm.html)

- [ ] Rewrite test cases for `PostgresQueryBuilder` (previously `SQLQuery`). - [ ] End-to-end test: arquero table / csv file -> `DTTable` -> construct query -> observe with `print` and...

hi-priority

Materializing table transformations helps improving runtime performance if the transformations are to be execute multiple times. Some transformations on a table also change table schema based on content in the...

enhancement
medium-priority

### Unsuported marks by Vega-Label - [ ] arc - Vega-Label places labels based on mark's bounding box. Arc's shape is not a rectangle, so the current rule of Vega-Label...