Kanit Wongsuphasawat

Results 195 issues of Kanit Wongsuphasawat

- [ ] Stack - [ ] Stack constraint (don't enumerate non-summing `aggregate` for `stack`)

help wanted

Currently we have not penalize channel score based on cardinality yet as they are bad for all channels. The question is are high-cardinality equally bad for different channels. If not,...

question

- [ ] Channel, Cardinality - [ ] Penalize over encoding Test - [ ] TxT - [ ] TxQ - [ ] QxT > Q

Sometimes adding debugger breakpoint in mocha doesn't work. - http://stackoverflow.com/questions/30023736/mocha-breakpoints-using-visual-studio-code

bug

1) Prevent duplicate output if autoCount comes after channel in `propertyPrecedence` Basically, whenever, `autoCount` is false, we shouldn't even assign it to a `channel`. We have to either add Logic...

T1-Micro (1-2h)

- [x] 1D - [ ] 2D - [ ] Need to think what to add ## Refactor constraints ### Specs - [ ] hasAppropriateGraphicTypeForMark - [ ] omitRawBarLineArea -...

help wanted
Need Assignment
Need Clarification

Right now we just say aggregate has no occlusion, while raw has occlusion -- that's not always correct.

The rationale is that sometimes users might expect to see some visualizations but do not see it because they are pruned. Outputting them with a label that they do not...

(Originally https://github.com/vega/compass/issues/16)

``` export interface Parent { a: A; } export type A = RealA; export type RealA = { realA: string }; ``` ``` ./node_modules/.bin/ts-json-schema-generator \ --path 'test.ts' \ --type 'Parent'...

enhancement