Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / yte-template-engine/yte issues and pull requests
#52 - chore(main): release 1.5.7
Pull Request -
State: closed - Opened by github-actions[bot] 2 days ago
- 1 comment
Labels: autorelease: tagged
#51 - fix: fix bug appearing with empty dicts
Pull Request -
State: closed - Opened by johanneskoester 3 days ago
#50 - chore(main): release 1.5.6
Pull Request -
State: closed - Opened by github-actions[bot] 18 days ago
- 1 comment
Labels: autorelease: tagged
#49 - fix: handle numpy strings in lists and dicts returned by expressions, auto-convert numpy ndarrays to equivalent lists
Pull Request -
State: closed - Opened by johanneskoester 18 days ago
#48 - chore(main): release 1.5.5
Pull Request -
State: closed - Opened by github-actions[bot] about 2 months ago
- 1 comment
Labels: autorelease: tagged
#47 - fix: increase serialization robustness by explicitly converting numpy strings to python strings
Pull Request -
State: closed - Opened by johanneskoester 2 months ago
#46 - UnboundLocalError: local variable 'key_context' referenced before assignment
Issue -
State: open - Opened by kirgene 5 months ago
#45 - feat: Add Support for Asynchronous Expressions and Conditional Logic in YTE
Pull Request -
State: open - Opened by Akm0d 6 months ago
- 1 comment
#44 - feat: allow passing variables file to CLI
Pull Request -
State: open - Opened by johanneskoester 7 months ago
#43 - Output yaml file doesn't start with `---`
Issue -
State: open - Opened by starptr 8 months ago
#42 - Output is not equal to a standard yaml input
Issue -
State: open - Opened by starptr 8 months ago
#41 - Might not correctly handle all valid empty yaml files
Issue -
State: open - Opened by starptr 8 months ago
#40 - chore(main): release 1.5.4
Pull Request -
State: closed - Opened by github-actions[bot] about 1 year ago
- 1 comment
Labels: autorelease: tagged
#40 - chore(main): release 1.5.4
Pull Request -
State: closed - Opened by github-actions[bot] about 1 year ago
- 1 comment
Labels: autorelease: tagged
#39 - chore(main): release 1.5.3
Pull Request -
State: closed - Opened by github-actions[bot] about 1 year ago
- 1 comment
Labels: autorelease: tagged
#38 - chore(main): release 1.5.2
Pull Request -
State: closed - Opened by github-actions[bot] about 1 year ago
- 1 comment
Labels: autorelease: tagged
#37 - fix: fix errors occuring in document context building when having dicts as list items
Pull Request -
State: closed - Opened by johanneskoester about 1 year ago
#36 - feat: format and include(w/ tags), as well as inherit support
Pull Request -
State: open - Opened by huxia over 1 year ago
- 1 comment
#35 - feat: support for template, format, inherit and include
Pull Request -
State: closed - Opened by huxia over 1 year ago
#34 - Python 3.12 compatibility
Issue -
State: closed - Opened by musicinmybrain over 1 year ago
- 5 comments
#33 - plac should use at least version 1.20
Issue -
State: open - Opened by maarten-k over 1 year ago
- 1 comment
#32 - feat: add templates mechanism
Pull Request -
State: open - Opened by johanneskoester over 2 years ago
#31 - yte error: list indices must be integers or slices, not str
Issue -
State: open - Opened by tinyheero over 2 years ago
- 1 comment
#30 - chore: add additional test
Pull Request -
State: open - Opened by johanneskoester over 2 years ago
#29 - chore(main): release 1.5.1
Pull Request -
State: closed - Opened by github-actions[bot] over 2 years ago
- 1 comment
Labels: autorelease: tagged
#28 - chore(main): release 1.5.0
Pull Request -
State: closed - Opened by github-actions[bot] over 2 years ago
- 1 comment
Labels: autorelease: tagged
#27 - feat: allow to require a __use_yte__ statement when processing
Pull Request -
State: closed - Opened by johanneskoester over 2 years ago
#26 - chore: release 1.4.0
Pull Request -
State: closed - Opened by github-actions[bot] over 2 years ago
Labels: autorelease: tagged
#25 - feat: rename the global doc object into `this` (`doc` remains available as an alias)
Pull Request -
State: closed - Opened by johanneskoester over 2 years ago
#24 - chore: release 1.3.1
Pull Request -
State: closed - Opened by github-actions[bot] almost 3 years ago
Labels: autorelease: pending
#23 - feat: enable access to already rendered parts of the document via a global variable `doc`
Pull Request -
State: closed - Opened by johanneskoester almost 3 years ago
- 2 comments
#22 - docs: Fix README.md example
Pull Request -
State: closed - Opened by fxwiegand almost 3 years ago
#21 - chore: release 1.3.0
Pull Request -
State: closed - Opened by github-actions[bot] almost 3 years ago
- 1 comment
Labels: autorelease: tagged
#20 - chore: release 1.2.3
Pull Request -
State: closed - Opened by github-actions[bot] almost 3 years ago
Labels: autorelease: pending
#19 - feat: variable definitions as an alternative to full Python definitions
Pull Request -
State: closed - Opened by johanneskoester almost 3 years ago
- 3 comments
#18 - fix: do not sort keys upon output
Pull Request -
State: closed - Opened by johanneskoester almost 3 years ago
#17 - fix: display error context
Pull Request -
State: closed - Opened by johanneskoester almost 3 years ago
#16 - chore: release 1.2.3
Pull Request -
State: closed - Opened by github-actions[bot] almost 3 years ago
- 1 comment
Labels: autorelease: tagged
#15 - docs: add example and testcase for variable definition
Pull Request -
State: closed - Opened by johanneskoester almost 3 years ago
- 3 comments
#14 - chore: release 1.2.2
Pull Request -
State: closed - Opened by github-actions[bot] almost 3 years ago
- 1 comment
Labels: autorelease: tagged
#13 - docs: fix readme example and better error message in case of mixing list and dict returns (thanks to @fxwiegand)
Pull Request -
State: closed - Opened by johanneskoester almost 3 years ago
#12 - `__constants__` and `__expressions__` sections
Issue -
State: closed - Opened by beckermr almost 3 years ago
#11 - fix: improved error message in case of YAML syntax errors
Pull Request -
State: closed - Opened by FelixMoelder almost 3 years ago
#10 - chore: release 1.2.1
Pull Request -
State: closed - Opened by github-actions[bot] almost 3 years ago
- 1 comment
Labels: autorelease: tagged
#9 - docs: Fix example for __definitions__
Pull Request -
State: closed - Opened by fxwiegand almost 3 years ago
#8 - chore: release 1.2.0
Pull Request -
State: closed - Opened by github-actions[bot] almost 3 years ago
- 1 comment
Labels: autorelease: tagged
#7 - chore: release 1.1.0
Pull Request -
State: closed - Opened by github-actions[bot] almost 3 years ago
- 1 comment
Labels: autorelease: tagged
#6 - chore: release 1.0.0
Pull Request -
State: closed - Opened by github-actions[bot] almost 3 years ago
- 1 comment
Labels: autorelease: tagged
#5 - chore: release 0.2.0
Pull Request -
State: closed - Opened by github-actions[bot] almost 3 years ago
- 1 comment
Labels: autorelease: tagged
#4 - feat: python 3.7 support
Pull Request -
State: closed - Opened by johanneskoester almost 3 years ago
#3 - chore: release 0.1.1
Pull Request -
State: closed - Opened by github-actions[bot] almost 3 years ago
- 1 comment
Labels: autorelease: tagged
#2 - fix: more relaxed Python version dependency, more metadata
Pull Request -
State: closed - Opened by johanneskoester almost 3 years ago
#1 - chore: release 0.1.0
Pull Request -
State: closed - Opened by github-actions[bot] almost 3 years ago
- 1 comment
Labels: autorelease: tagged