Gareth Bowen

Results 503 comments of Gareth Bowen

> how is it going to impact each service's docker image size? can we somehow prune the unused packages from node_modules? That's one of my concerns too. I don't think...

More things to look into that are related to this... - Move angular dev dependencies from root to webapp so dependabot can bump all angular dependencies at the same time....

@sugat009 Can I get a review please? I won't merge this until https://github.com/medic/cht-core/pull/9107 is merged but it can be reviewed now and rebased later. Reproduction steps in the linked issue...

> For the future, I think this should be a step of our release process In an attempt to reduce the manual steps in the release process I'd rather think...

Issue raised: https://github.com/medic/cht-core/issues/9136

Another option is jsdoc which we already use: https://github.com/medic/cht-core/blob/master/scripts/build/build-documentation.sh Whatever solution we choose here should be consistent with the existing docs so it's a single solution for all documentation.

I was imagining a solution like extension-libs (option 3) . I don't think we need to touch enketo code. I think if we change our widgets.js file to be separated...

@pszabop Hi! What is the desired lucene query string?

@rek72 @pszabop Can you check out the linked commits and let me know if that looks right? I couldn't find any documentation for nested queries so I was guessing a...

Confirmed the above generates an invalid lucene query. This is currently by design because we want advanced users to be able to enter valid lucene queries. @joeandaverde submitted [a PR](https://github.com/medic/lucene-query-generator/pull/3)...