Tom Counsell

Results 8 issues of Tom Counsell

Before it was setup to be ready for Elm 0.19.0 which means you see an error when trying to run the exmaple in Elm 0.19.1. Now that Elm 0.19.1 is...

e.g.: 'G.20 (data)'!Q1149:'G.20 (data)'!Q

Excel Parsing

e.g., SUM(10:10 C:C) Should be equivalent to SUM(C10)

Excel Parsing

ExcelToC Should transform ExampleSpreadsheet.xlsx into the desired c code ``` Failure: test_ranges_c3(TestExampleSpreadsheet [/Users/tamc/Documents/github/excel_to_code/spec/commands/excel_to_X_output_actual/c/test_examplespreadsheet.rb:46]: expected but was . ``` ExcelToRuby Should transform ExampleSpreadsheet.xlsx into the desired ruby code ``` test_ranges_c3(TestExampleSpreadsheet [/Users/tamc/Documents/github/excel_to_code/spec/commands/excel_to_X_output_actual/c/test_examplespreadsheet.rb:46]:...

Core Translation

With the 2050 pathway calculator example: calculating the pathway takes about 40ms. The reset method that frees allocated memory increases this to 120ms.

C

A tiny change to #307 to use Rocket 0.5.0-rc.2

## Summary - Adds a `DynamicMethodReturnTypeExtension` for `PendingRequest` that returns `Response` for synchronous HTTP calls - For async calls (with `async()` in the method chain), the original `Response|PromiseInterface` union type...

### Laravel Version 12.40.0+ (specifically after the FluentPromise introduction) ### Larastan Version 3.8.0 ### PHP Version 8.3+ ### Description Laravel 12.40.0 introduced `FluentPromise` and updated the return types of `PendingRequest`...