Richard Feldman

Results 267 comments of Richard Feldman

I'll merge this once 0.19 is out. (There's an annoying bug with `value` which 0.19 fixes.) Thanks!

> I'd like to get @rtfeldman's take on this - I know that you're using Zig to output .bc files, but then what happens? Does a different tool compile that...

I'm working on #28 today. Also on that list: incorporate Flux!

Looks great!

I think three reasonable approaches for this are: 1. [chartjs](http://www.chartjs.org) 2. [react-art](https://github.com/facebook/react-art) 3. Just put in a `` and issue drawing instructions on mount I'm leaning toward `chartjs` because it...

Things I've learned so far: - chartjs eagerly attempts to shim `window.requestAnimationFrame`, which means even the act of requiring it on the server throws an exception for window being undefined....

Looked into react-art a bit. It seems like a pretty thin wrapper around another drawing library (ART instead of SVG), so I'd say we might as well just go with...

> In the meeting we were wondering if your problem could be solved using a (future) language feature that allows writing your own (C-style) entry point that takes the original...

> The only downside is that your skip some of the initialization code normally run by the standard library, but this initialization code is optional (Rust shared libraries work fine...