Jonathan Dumaine

Results 28 issues of Jonathan Dumaine

Would be nice if we could also add a loader string like `raw!` in with the other baggage. loader: 'baggage?**raw!**template[Dir].html=[file]Template&**someLoader!**[dir][File]Styles.css' Is this possible?

First off, you're a legend Phil. Thanks for the great work on this library. Fern.vim has this really cool action where if multiple files are selected and you start a...

This is a WIP PR I've so far updated the syntax of all the d3 calls that have changed. Some things seem wonky, like the tooltip positioning. Trying to determine...

[ ] Regression [ ] Bug report [x] Feature request [x] Documentation issue or request [ ] Support request => Please do not submit support request here, instead post your...

I added a `setValue` function that acts as sugar for updating config and starting. This is somewhat akin to `setEndValue` in rebound. Name of method is totally up for debate....

I'm noticing pretty bad GC sweeps every few seconds using a dozen or so springs. I think the majority of this is coming from the object/closure oriented way springs are...

Works well for a single spring, but starts being a major performance snag having many Springs all calling `requestAnimationFrame`. Using this in a webgl app targeting 60fps. Is there a...

It is very limiting to have `onFieldsChange` only on `` instead of on `FormInstance`. I would like to be able to add a listener to `form` so other components can...

Calling `mvim ./some/file/path` results in Fern opening to the cwd of the shell, not tho the argument passed (in this case, `./some/file/path`). This is using the default `mvim` from MacVim...