Jeremiah Senkpiel
Jeremiah Senkpiel
I don't really care what pre-renderer is used, but it would be nice to avoid traditional MVC and go for a more data-loop driven architecture ala Flux. Might be a...
@mikeal This may be blocking, although we could read the relevant files and construct a `$PATH` to pass to `child_process.exec()`...
I suppose this could also be solved by improved select ability of very small points on a large timeline.
@AndreasMadsen I think the JSON format would be almost like `before` or `after`: ``` markers: [[Number, text, color]] // or maybe a list of objects ``` I'm not 100% sure...
@zcbenz is there a way we (io.js / node) can better support you in this? We'd like to help reduce the number floating patches required for embedders, if possible.
It looks like a good amount of the patches are actually on libuv. Have you thought about submitting them to https://github.com/libuv/libuv?
Right, but don't be afraid to open issues for some things too! We do need to know what is necessary to make embedders' lives better. :)
I no longer work at the company that used this, but maybe @ceejbot would have an opininion. My personal take: add a different function for parsing bounded ones, allow arbitrary...
`node_modules/.bin/detect-libc` is `ENOENT`. It does not exist. The project I am running this on certainly does not need to detect `libc` and neither should `delice`.