Germán Jabloñski

Results 42 comments of Germán Jabloñski

@jmargatan I can't see how that link fits into all this. Maybe if you could show some code to explain your approach?

> We'll collect upvotes here to see if we want to make it official --watch. I give +1 for `--watch`. I've had to install cross-env just to be able to...

> Or as a cheaper first draft: just link to star-history.com for the same set of packages. E.g. the page at https://npmtrends.com/react-beautiful-dnd-vs-react-dnd-vs-react-draggable would generate a link to: https://star-history.com/#atlassian/react-beautiful-dnd&react-dnd/react-dnd&react-grid-layout/react-draggable&Date and just...

I support the idea. Only "average monthly growth rate" is not a good measure of growth. What needs to be done is a linear regression of the data. In JS...

What are the problems you currently encounter with DecoratorNodes in your use case? In my case they are: - different undo managers with the editor. - fine grained real time...

Still, may I know how you would describe what specific problems this solves?

In case some research on treeView components helps, here's what I found: ![image](https://github.com/adobe/react-spectrum/assets/43938777/ccf018be-d67c-4ba5-b9c4-354401630d43) The best options I found are [react-arborist](https://github.com/brimdata/react-arborist) and [react-complex-tree](https://github.com/lukasbach/react-complex-tree). As a third honorable mention, the latter's creator...

To discuss / receive feedback # 1. Nested or flat DOM? > It should produce a flattened list of items with indentation since the treegrid pattern does not use DOM...

Very good. I'll see if I can find time to do this, but I doubt it will be this first quarter, so if anyone wants to contribute with the implementation...

I find it interesting to mention this project here https://github.com/jlongster/absurd-sql They have managed to make sqlite persistent on the web in a very clever (and absurd) way. Perhaps something similar...