Benoit Lemoine
Results
2
issues of
Benoit Lemoine
My configuration can be summarized by "use push south only"; we have compact set to none, and no resize on push. With this configuration, when you drag a smaller item...
enhancement
The goal is for stringify to support values declared `as const`. eg. ``` const columns = ['name', 'age'] as const stringify({columns}) ``` As this array has no reasons to be...