question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support request: Sequence of sequences

See original GitHub issue

Does StriclYaml support nested sequences like e.g. seq_of_seqs

seq_of_seqs:
  -
    - "a"
    - "b"
  -
    - 1
    - 2

I could not find a corresponding section in the sequences docs.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
crdoconnorcommented, Sep 21, 2019

Leaving this open for now as I should probably add an example of this to the docs.

0reactions
julie777commented, Mar 5, 2022

It works for me. test file:

seq_of_seqs:
  -
    - "a"
    - "b"
  -
    - 1
    - 2

output of strictyaml.load(test).data sent to pprint

{'seq_of_seqs': [['a', 'b'], ['1', '2']]}
Read more comments on GitHub >

github_iconTop Results From Across the Web

Create and edit sequences - HubSpot Knowledge Base
Use the sequences tool to send a series of targeted, timed emails to nurture a prospect over time.
Read more >
How To Create an Outreach Sequence
Creates a new sequence using common cadences and interactions as a starting point. Click Blueprint. Search and click the applicable sequence to ...
Read more >
Understanding sequences - Front Help Center
Overview Front allows you to send automated sequences to a list of email addresses. Here's what you should know before creating sequences.
Read more >
Support Requests - Sequence Generator Pro
To open a support request within the SGPro app (preferred), go to the Help menu, and click “Report a Problem”. Follow the instruction...
Read more >
What are sales sequences? How to configure a sequence?
Sales sequence will allow you to setup automated email sequences, ... This will help you identify your records easily and add to audience ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found