Add options support and local variables in handlebarrz
Open
enhancement
python
rust
- Dominant language
- Starlark
- Stars
- 563
- Forks
- 68
- Avg merge
- 6m
- Merged PRs (30d)
- 2
Description
## Summary
The Python handlebarrz library has pending features for options support and local variables.
## Locations
- `python/handlebarrz/src/handlebarrz/__init__.py:462`: `# TODO: options is currently ignored; need to add support for it.`
- `python/handlebarrz/src/handlebarrz/__init__.py:501`: `# TODO: get rid of this once the Rust library has a local variables`
## Acceptance Criteria
- [ ] Add options parameter support to helper registration
- [ ] Wait for Rust library local variables support
- [ ] Remove workaround once Rust support is available
Contributor guide
Assessment
This issue has not been assessed yet.