Allow more flexible Duration parsing
See original GitHub issueBinding to Duration
is currently cumbersome. It would be nice if we could parse simpler formats like 10s
, 10m
etc.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:5
- Comments:9 (8 by maintainers)
Top Results From Across the Web
Parsing time strings like "1h 30min" - java - Stack Overflow
Save this question. Show activity on this post. Anyone know of a Java library that can parse time strings such as "30min" or...
Read more >Flexible Parsing - ACL Anthology
When people use natural language in natural settings, they often use it ungrammatically, rnisSing out or repeating words, breaking-oil and restarting, ...
Read more >Feature Request: more flexible timestring parsing - SQLite Forum
I propose an additional time parsing function or modifier that allows for more flexible parsing of time strings. I suggest modeling it from ......
Read more >Parsing and Formatting - Java™ Tutorials
Parsing and Formatting. The temporal-based classes in the Date-Time API provide parse methods for parsing a string that contains date and time information....
Read more >More flexible custom build step/event output parsing
It would be great if Visual Studio had a more flexible output parser. For example VSCode let's ... Thank you for taking the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
That’s awesome. There are a couple of comments on the commit, reopening to make sure they’re not missed.
@b0c1 Looks like they were way ahead of us 😃 I like it, but I think I prefer to limit the number of choices for now. At least until someone complains that they’d rather type
10seconds
rather than10s
.