Daniel Compton
Daniel Compton
## Correct timing skew from subscriptions running while views render - [ ] re-frame's traces measure elapsed time between the start and end of the tracing period. This measures the...
The string.split and string/includes? calls get very expensive when there are a large number of them. We should look into a cheaper way of doing this, perhaps by creating another...
> " I want to maintain the entire history if possible. If for example, I'm currently only interested in an "events" trace, I have found it only maintains the most...
When we render data structures, we sometimes render too widely and people need to scroll sideways to see more. Other times we don't render widely enough (e.g. pop-out panel on...
While developing re-frame-trace we've seen subscriptions that have been disposed are then re-run later. We need to work out whether this is due to: * A bug in user code...
We noticed multiple animation frames are often running, but it's not clear why. We should find an explanation for this, so that we can either fix it if it's a...
The data browser is great at looking at data in app-db, subs, and the new code tracing feature. It does well at not overwhelming you with too much data, by...
Safari renders the text on the ? and "Clipboard now contains..." in a dark colour instead of white. It looks like this is the colour from the body. Trying to...
This might be a good solution for ensuring that re-frame-10x processing doesn't interfere with other user interactions. https://developers.google.com/web/updates/2015/08/using-requestidlecallback
If the ClojureScript script file is loaded in the ``, then it will run before the document is loaded, and you get the error message: ``` Uncaught TypeError: Cannot read...