Tim Ryan

Results 40 comments of Tim Ryan

Entity definitions and implementations are, for the moment, separated (as above). Referencing output vars of sub-entities is not yet implemented.

Thanks for catching that @kevinmehall. I snuck some changes into a patch version bump that broke any `sequence` examples—so I just released 0.5.0 which should fix it. A `__FSM_1` (and...

You're correct! It's only Promise.method that doesn't preserve the property.

@NoahDragon Would that be a proposal that instead of attaching disableNunjucks to the rendering function, it's passed in as an extra argument (or something) to the register method? One way...

I believe I can confirm. Browser copied HTML registers separate UTF-8 text content that strips HTML tags (as if you were to paste into notepad.exe) and HTML content that preserves...

@birkenfeld @sanxiyn Thank you both! The easiest solution for me to set up was a Gitter room, so I created one and added its badge to the repo: https://gitter.im/parser-c/Lobby @sanxiyn...

It just occured to me, I bet clippy would identify a ton of this excessive heap use. (One more reason to exclude parser-c-core from the root crate).

FnBox will be used after #22 lands, so rust-lang/rust#28796 now applies here. Might be able to use https://stbuehler.github.io/rustdocs/boxfnonce/boxfnonce/struct.BoxFnOnce.html though.

With #27 I think there's no blockers for stable Rust :) until we add impl Trait support and a tokio interface