Results 797 comments of James Addison

The steps to replicate the failure are approximately the following, within a `debian:bookworm`-based container: ``` # first, use your favourite EDITOR to add a 'deb-src' entry for 'bookworm main' in...

Ok: the test does complete eventually -- it takes a relatively long time, though. ``` 563/569 Test #563: tutorial_lesson_15_build_gens .............................. Passed 1186.17 sec ``` (compared to single-digit seconds for other...

Ping @alexreinking - sorry to nag directly - it's OK to close this if it's not likely to see much attention. I'm going through a few old issues/pull requests I've...

(note: opened this as a separate issue thread since the existing thread(s) have been locked)

Work-in-progress at https://github.com/openculinary/jinja/tree/issue-1806/pr-1511-additional-test-coverage: - [x] Test coverage to demonstrate that a problem could have occurred during `async` rendering of templates containing native types - [ ] ~~Enable `async` support for...

Does the test coverage offered in #1807 seem reasonable for this? (that's one of my pull requests, and I'm trying to close/refresh a few that have been open for a...

I can also add/confirm that this allowed me to use `esc2html` with PHP 8.0.

> Fine for me (I'm not an expert in that search-related aspect so I'll leave it to you guys). Should I understand that this PR would replace #11942 ? That's...

> It doesn't offer JavaScript test coverage to demonstrate the fix -- only Python test coverage that confirms the expected index format. I think I'll begin work on a small...

> > particular the possibility of null values where previously everything was a string. > > Is it possible to keep a string or is the null type needed? If...