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 for 7 Segment Parsing?

See original GitHub issue

Currently, adding the optional year segment to the cron expression breaks parsing. Will support for this be added in the future? (ie 0 0 14 ? * MON *)

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
dbhccommented, Nov 15, 2019

I have an engine that schedules jobs. (supports annual cron expressions) I’m currently using this library as a way to parse cron expressions to display the next expected run time on the front end. I currently have to sanitize the cron expression before parsing with cron-parser.

If the answer is no, there’s no plans for annual parsing, that’s alright too. I was just asking to plan accordingly. Thanks!

1reaction
lichangweicommented, Jun 16, 2021

A fork that supports year segment: https://www.npmjs.com/package/@chuxingpay/cron-parser

Read more comments on GitHub >

github_iconTop Results From Across the Web

Controlling a 7-Segment Display | Onion Omega2 Arduino ...
To control the segments on a single-digit 7-seg display, you need at least seven GPIOs. And in order to control multiple digits at...
Read more >
How to parse a floating-point value onto a 7-segment display?
Hello. I have an Arduino Due connected to both a DS1631 12-bit temperature sensor(I2C) and a MAX7219 8-Digit 7-segment LED Display ...
Read more >
Can we convert 7-segment numbers made of characters(_ ...
JavaScript: Can we convert 7-segment numbers made of characters(_ & |) into parsed number using javascript/angularjs [closed] · the anwer is yes, ...
Read more >
Parsing HL7 Z* Segments in HL7 Connector - Apisero
Health Level Seven International (HL7) is a not-for-profit, ... File structures; Metadata support; Parsing capabilities; Validation support.
Read more >
Microsoft.OData.UriParser Namespace
Lexical token representing an expand operation. FilterClause. The result of parsing a $filter query option. FilterSegment. A segment representing $ ...
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