D-James-GH

Results 40 comments of D-James-GH

Thank you for the feedback. I have updated the pull request so that the script works with external body's. I can't currently recreate your second problem, here is the http...

I see, yes I think that is a good idea. Are you happy for me to edit that on this pull request? As it’s actually code that was in use...

I have added an optional vars table to replace_vars and in get body moved the read_variables out side the loop for performance reasons. If no vars table is passed it...

Yes I do, It is to do with the way I am finding the start script line. I am finding the script_start relative to the header end. Eg. If your...

> Another possibility would be to use `context.set_variable(..., { buffer = true})` but it is more verbose. I personally prefer this as I think it's easier to understand what it...

Hello, There are a couple examples with `flutter_bloc` on the [documentation website](https://cachedquery.dev/examples/overview) and there are more I use for testing in the [examples folder](https://github.com/D-James-GH/cached_query/tree/main/examples). Do you have any specific examples...

No problem, thats a great idea, I am happy add tests once 159 is merged in. I am also happy to help with any other part. I will continue to...

will do, it might take a few days as I am away at the moment

hmm interesting, I am not seeing any conflicts on github's sync branch. There have been a lot of updates to this pull request since it's inception as main has changed...