Jeff Friesen

Results 15 issues of Jeff Friesen

I'm running 100-300 predictions at a time in an interactive data visualization (like this: https://www.nytimes.com/interactive/2014/upshot/buy-rent-calculator.html) I've read this thread: https://github.com/transcranial/keras-js/issues/27 and this works properly: ```js for (let arr of batch)...

Nick said that doing this would probably be more than a renderlet could do. I would love this feature. Especially if you could choose between a regular row chart like...

enhancement

This is documenting an offline conversation @metasoarous and I were having. Python notebooks can be rendered in GitHub. Here's an example that includes Markdown, charts and code: https://github.com/RadiantLabs/microgrid-appliance-usage-profile-generators/blob/master/usage_profiles/rice_mill_usage_profile.ipynb You can...

pypostal has all of these options available: https://github.com/openvenues/pypostal/blob/master/postal/expand.py#L17-L51 node-postal has direct-to-c sorcery: `expand: require('bindings')('expand')`. It looks like you can't pass options in (and I couldn't by trial and error). Is...

If you try to recreate the example in the README, you get this error: ``` React.Children.only expected to receive a single React element child ``` The problem is that ``...

bug
feature request

The latest version of proto-repl hosted on Clojars is 0.3.1. Your latest release is 1.4.20. It would be great to get an update. Thanks

This probably was considered already. I think re-frame is fairly popular. Thanks

I'm wondering if there is a way to get better recovery after failures. I have about 35K unique lat/lon points I'm getting census blocks for. At 1 second/request that's about...

This no longer works with Electron greater than 1.0. Does it make sense to update this or are the IPC updates significant enough that it wouldn't make sense?

I tried melt.js on a complex json structure like this: https://gist.github.com/jefffriesen/7325451 I got this error: Uncaught TypeError: Object # has no method 'forEach' (line 43). My guess is it doesn't...

enhancement