Daniel Compton

Results 276 issues of 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...

enhancement

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...

enhancement
help wanted
size:medium

> " 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...

enhancement
help wanted

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...

enhancement
size:medium

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...

size:medium
needs info
bug?

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...

needs info
bug?

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...

enhancement
size:medium

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...

bug
help wanted

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

enhancement

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...

bug
help wanted
size:small