om-next

stevebrewer 2016-06-22T01:28:45.000040Z

Any opinions on the best way handle listening to events on window? I want to add short-cut keys for certain component functions. Like control + e to edit when showing a details component, etc.

ghaskins 2016-06-22T01:44:04.000041Z

hi all, new to om, trying to work through the quick start and something is failing at https://github.com/omcljs/om/wiki/Quick-Start-%28om.next%29#changing-queries-over-time

ghaskins 2016-06-22T01:44:14.000043Z

is this a known issue or have I screwed something up?

ghaskins 2016-06-22T01:49:49.000046Z

Just found this is a known issue with a known fix

ghaskins 2016-06-22T01:49:51.000047Z

https://github.com/omcljs/om/issues/546

2016-06-22T18:21:19.000051Z

any way to get log statements for when om.next is rendering ?

2016-06-22T18:21:33.000052Z

and even better what it's rendering

2016-06-22T18:24:44.000053Z

i see there's :root-render

danburton 2016-06-22T18:30:03.000054Z

Rendering what? Anything? Why not just put log statements in the render function for your ui components?

2016-06-22T18:56:11.000055Z

anything