Dustin Getz

Results 288 comments of Dustin Getz

Reporters.cljs before April 5: https://github.com/hyperfiddle/rcf/blob/5b6d7443d8ba53eb4c44a30e24565c81d4aca91a/src/hyperfiddle/rcf/reporters.cljs#L19 First change after April 5: https://github.com/hyperfiddle/rcf/blob/2e41d98ee5bb9fab3a289cd34c71a54177540370/src/hyperfiddle/rcf/reporters.cljs#L15

``` (tests (->> (m/? (query! '[:find (pull ?tx [:db/id :db/txInstant]) :where [?tx :db/txInstant]] db)) (take 5)) := [[#:db{:id _, & ?kvs}] & ?xs]) ```

https://github.com/nubank/matcher-combinators

Reproduced in both the fiddle and the messages demo: ![image](https://user-images.githubusercontent.com/124158/29971753-73463ba0-8ef7-11e7-8ed6-04afe09340a0.png) in messages demo, in the js console, type `cursor.refine('messages').set([])`

Can this be resolved using css only? I got close: ![image](https://user-images.githubusercontent.com/124158/29971931-29c3ef30-8ef8-11e7-9ac2-dba0145d0d7a.png) (see element inline styles set in screenshot - `{ position:absolute; bottom: 55px }` ![image](https://user-images.githubusercontent.com/124158/29971949-3ed72680-8ef8-11e7-9562-b15c46496757.png) I wasn't able to get...

> I think a more idiomatic solution would be to support tracking isInfiniteLoading with a prop rather than state That sounds like a good change, i'm happy to merge such...

i really appreciate it!

see https://www.reddit.com/r/reactjs/comments/3w845h/resizable_rows_with_facebooks_fixeddatatable/