svatal
svatal
I've also added JSDoc comments describing the input data as it greatly helped with the first contribution (no data: any)
Yes, I'm aware of that plugin and I'm using it too. It has been first place where I would have wanted to do this 'small' modification. But to display the...
I've tried to build on the change in PR and display the **potential** - what are maximum points reachable for each player if he finishes the remaining stars **just now**....
Well, I do not mind longer pause, but since the "potential" feature is far from finished, I'd like to put some more work into it - and restarting it in...
Hello @jeroenheijmans, it is fine - I hope I'll be able to run my local build again. Life is much more important than any coding event and I wish you...
I've added the 'potential' as another view to cycle. So it is (header click to change) - **cumulative points** (the original) -> **percentage points** -> **percentage points with potential** ->...
Thank you very much! But I'd like you to reconsider removing the JSDocs. As you can see, it has been my first commit - I wouldn't be able to even...
Same problem for me with TS 3.4: ```typescript type IItem = {a: string} & ({b?: false} | { b: true, requiredWhenB: string }) function x(i: IItem) { } x({ a:...