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.

Two (or more) static sources not work

See original GitHub issue

Please can you show an example, how two (or more) static sources must be configuration.

I test it with

waste_collection_schedule:
   sources:
    - name: static
      args:
        - type: Bioabfall
          frequency: WEEKLY
          interval: 2
          start: '2023-01-17'
          until: '2023-04-30'
          excludes:
            - '2023-04-11'
          dates:
            - '2023-01-04'
            - '2023-04-12'
        - type: Leichtverpackungen
          frequency: WEEKLY
          interval: 2
          start: '2023-01-11'
          until: '2023-04-30'
          excludes:
            - '2023-02-22'
            - '2023-04-05'          
          dates:
            - '2022-12-27'
            - '2023-02-23'
            - '2023-04-04'
      customize:
        - type: Bioabfall
          alias: Bioabfall
          icon: mdi:flower-outline
        - type: Leichtverpackungen
          alias: Leichtverpackungen
          icon: mdi:recycle
  fetch_time: "03:00"
  day_switch_time: "12:00"

but i always get a configuration error.

TIA

Gerd

Issue Analytics

  • State:closed
  • Created 9 months ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
mampfescommented, Dec 18, 2022

Version 1.31.0 has been released.

1reaction
mampfescommented, Dec 18, 2022

Yes, sorry - this feature has not been released yet. It is already in the main branch and therefore shows up in the documentation. I will release a new revision soon.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Common static electricity problems and remedies
A more detailed explanation of the mechanisms of static electricity can be found here. There are several situations that produce unwanted static electricity ......
Read more >
How does static electricity work? - Library of Congress
Static electricity is the result of an imbalance between negative and positive charges in an object. These charges can build up on the...
Read more >
Why is multiple variable definition across different source files ...
No you misunderstand the reasons. static variables that are not constexpr needs to be initialized only once as it happens at runtime.
Read more >
How to Prevent Static Shock | Tips to Reduce Static Shocks
It is hard to tell the precise source, so the best way is to do some experimenting and see what solutions work the...
Read more >
Static Electricity Hazards, Generation and Grounding in Industry
Static electricity can be created when two objects of different material come into ... Some specific sources of static in industry will be...
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