Dustin Getz

Results 288 comments of Dustin Getz

Thanks for looking again, I greatly appreciate your input! I agree, maxChildren is a hack and can probably be removed. Thanks for these examples - the 2D case and complicated...

It is unlikely to be merged back because it's basically a rewrite. I should have a release in the next week.

The code works, it is here: https://github.com/dustingetz/react-infinite We are not in production yet and there will probably more changes, so this repo should be considered unstable and undocumented.

@dilizarov I explored that approach in my fork a couple months ago. You end up needing to know the exact heights of each element anyway to compute which child indexes...

Implemented for CSS vars. But not for all properties, e.g. `-moz-transition`. Need to confirm this: > Having looked at the closure library, it doesn’t seem to do anything useful and...

teodorlu: As of 967f03df, I appear to be getting OutOfMemoryError Java heap space when running clj -A:dev -X user/main. Linux on a 16 GB thinkpad laptop. Happy to provide more...

Saw happen today in electric-fiddle with too much e/def at top level

this has been seen today (post IC release) by `wei` ``` 25.77 shadow-cljs - server version: 2.26.2 running at http://localhost:9630/ 25.77 shadow-cljs - nREPL server started on port 7888 25.77...

Hiccup is our # 1 requested feature and we understand that lightweight syntax is important, especially for css-heavy views. **We will add hiccup, or something like it, eventually. in the...

List of hiccup integration attempts (or other non-hiccup sugar over electric): * @markaddleman [slack thread](https://clojurians.slack.com/archives/C7Q9GSHFV/p1682811661028259) [gist](https://gist.github.com/markaddleman/a1f5a5179d79df6e6baa19c0184d2d0b) * Tatut https://github.com/hyperfiddle/electric/blob/master/src/contrib/element_syntax.cljc * @milelo https://github.com/milelo/electric-hiccup * Tiago Luchini https://github.com/luchiniatwork/hiccup-for-electric * ... what others?