Skip to content

issues Search Results · repo:kblomqvist/yasha language:Python

Filter by

58 results
 (55 ms)

58 results

inkblomqvist/yasha (press backspace or delete to remove)

currently, data from multiple file variables are shallow-merged together, which is to say that if two data files each define a mapping/object with the same name and different keys, the mapping/object in ...
  • alextremblay
  • Opened 
    on Aug 28, 2020
  • #68

If i run the following code: from pathlib import Path from yasha.cli import cli Path( template.j2 ).write_text( {{ var is string }}, {{ var }} ) cli([ --var=foo , template.j2 ], standalone_mode=False) ...
  • alextremblay
  • 2
  • Opened 
    on Aug 27, 2020
  • #67

It would be really awesome if yasha supported rendering templates from CSV files (like a command-line mail merge, but much more powerful haha of course the biggest problem is that yasha expects all parsers ...
  • alextremblay
  • 2
  • Opened 
    on Aug 14, 2020
  • #63

i would expect that this would work https://yaml.org/type/merge.html expected output prometheusOperator: nodeSelector: node-role.kubernetes.io/infra: prometheusK8s: nodeSelector: ...
  • flybyray
  • Opened 
    on Apr 30, 2020
  • #61

File .../.pyenv/versions/3.7.4/lib/python3.7/site-packages/yasha/cli.py , line 103, in load_extensions if name in jinja2.defaults.__all__: AttributeError: module jinja2.defaults has no attribute ...
  • horjulf
  • 1
  • Opened 
    on Jan 28, 2020
  • #60

Could the yasha cli.py script function be called directly ? I have a unique problem where I can t call Yasha.exe from the command line. I am trying to call the yasha cli function directly, but can t get ...
  • virtualengineer
  • 5
  • Opened 
    on May 20, 2019
  • #58

Is there a way to pass a string like a,b,c as cli parameter that would be interpreped as string, not as list? According to yasha.py it will be converted to list anyway ... if isinstance(val, str) and ...
  • nikolaevn
  • 2
  • Opened 
    on Nov 8, 2018
  • #57

Hello, I need to run yasha for substitute vars in all template of a folder, is it possible? Thank you, regards
  • alessandro-candon
  • 2
  • Opened 
    on Nov 7, 2018
  • #56

Hi, I ve been using your product for some time and I am trying to add it to my list of tools I use. Your logo is only available in that single image in the repo. I am putting in an issue for another image ...
  • alan-cugler
  • 1
  • Opened 
    on Oct 8, 2018
  • #55

Python standard library has support for parsing (INI files)[https://docs.python.org/3/library/configparser.html#supported-ini-file-structure]. INI files can be a uesful format for storing collections ...
  • alixedi
  • 2
  • Opened 
    on Sep 4, 2018
  • #54
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub