Tim Ryan

Results 40 comments of Tim Ryan

Follow-up: what if `Schema` ditched the concept of `Attrs` entirely? In this design, `RtfSchema` would actually encode all information needed by Attrs: ```rust enum BlockType { P, H1, H2, H3,...

`./x.rs` needs to stop passing arguments to subcommands and instead have knowledge of all of them itself. It's a script runner, not a glorified way to invoke binaries.

Going to have to punt on using WebWorkers until the following is true: 1. It can be inlined into a web worker without breaking worker-loader 2. Wasm included in this...

Another case where case parsing falls down here: ``` IsFunc{} -> return expr' _ -> badSource node "dereference of non-pointer" ```