tailcall
tailcall copied to clipboard
Support mustache templates in all `string` fields `generate::config`
Config should support mustache templates everywhere there is a "String" type.
Technical Requirements
- Templates should be able to resolve env variables.
Before
inputs:
- curl:
src: https://example.com
headers:
user-agent: tailcall-v1
fieldName: test
output: {}
schema: {}
After
inputs:
- curl:
src: https://example.com
headers:
user-agent: "{{.env.USER}}"
fieldName: test
output: {}
schema: {}
preset:
inferTypeNames: true
/bounty 50$
💎 $50 bounty • Tailcall Inc.
Steps to solve:
- Start working: Comment
/attempt #2646with your implementation plan - Submit work: Create a pull request including
/claim #2646in the PR body to claim the bounty - Receive payment: 100% of the bounty is received 2-5 days post-reward. Make sure you are eligible for payouts
🙏 Thank you for contributing to tailcallhq/tailcall! 🧐 Checkout our guidelines before you get started. 💵 More about our bounty program.
| Attempt | Started (GMT+0) | Solution |
|---|---|---|
| 🟢 @dekkku | Aug 11, 2024, 7:51:59 AM | WIP |
| 🟢 @ssddOnTop | #2657 |
/attempt #2646
| Algora profile | Completed bounties | Tech | Active attempts | Options |
|---|---|---|---|---|
| @dekkku | 2 tailcallhq bounties | Rust |
Cancel attempt |
💡 @ssddOnTop submitted a pull request that claims the bounty. You can visit your bounty board to reward.