Timothy McCallum

Results 54 comments of Timothy McCallum

Updates have started on a new branch https://github.com/second-state/wasm-joey/tree/update_sql_as_per_issue_1 Placeholders have been implemented up until line [1563](https://github.com/second-state/wasm-joey/blob/update_sql_as_per_issue_1/src/server.js#L1563) and will continue to be updated from line [1592](https://github.com/second-state/wasm-joey/blob/update_sql_as_per_issue_1/src/server.js#L1592) onwards (approximately 19 of 52...

[javascriptObject.docx](https://github.com/shancarter/mr-data-converter/files/612350/javascriptObject.docx)

Pull request 47 and 48 are in relation to the Javascript object solution

Pull request 47 and 48 are in relation to the Javascript object solution

Hi @tfussell Can you please provide as much information as practicable on this. I am very interested in this issue and improving the performance of writing larger spreadsheets would have...

Thanks @tfussell I have looked at the code and have a fairly good idea of what to do, thanks to your great explanation above. I may need to ask for...

Hi @tfussell, I have not written any code. I have been really busy with work and study ... sorry 😐 Can't wait to see what you come up with, and...

Wow and thank you @tfussell I am overwhelmed with work and study. I will get to using this as soon as I can. Great progress, good on you! All the...

Hi Kevin Would it be reasonable to suggest that wasmex could provide wasmex consumers the choice of execution engine via Rust features? For example, add each of the available engines...

We could allow the compiler to generate an error when two incompatible features are simultaneously enabled. ```rust #[cfg(all(feature = "wasm_engine_1", feature = "wasm_engine_2"))] compile_error!("feature \"wasm_engine_1\" and feature \"wasm_engine_2\" cannot be...