Git Product home page Git Product logo

cron-expression-descriptor's Introduction

Hi there ๐Ÿ‘‹

I'm a developer and an amateur woodworker.

cron-expression-descriptor's People

Contributors

californiamountainsnake avatar joeyrush avatar panlatent avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

cron-expression-descriptor's Issues

Tag for php8

Hi,

It seems the issue(s) have been fixed for php 8, but no tags are created for it, can you create one please ?

Thanks

Runtime error

Hello,

I have the following error :
Compile Error: Unparenthesized a ? b : c ? d : eis not supported. Use either(a ? b : c) ? d : eora ? b : (c ? d : e)``
in vendor/panlatent/cron-expression-descriptor/src/ExpressionDescriptor.php (line 189)
(using PHP 8.0.11)

Best regards

Unparenthesized `a ? b : c ? d : e` is not supported

Hi,

Using PHP 8.0, I've got the following error:
Unparenthesized 'a ? b : c ? d : e' is not supported. Use either '(a ? b : c) ? d : e' or 'a ? b : (c ? d : e)' in /var/www-webapp/web/vendor/panlatent/cron-expression-descriptor/src/ExpressionDescriptor.php on line 189

Regards

Missing language file

Craft language is set to en-GB.
When using Scheduler, cron-expression-descriptor fails to load due to
Panlatent\CronExpressionDescriptor\ExpressionDescriptor::translate(): Failed opening required '/app/vendor/panlatent/cron-expression-descriptor/languages/en-GB.php' (include_path='.:/usr/local/lib/php')

as this file does not exist.

24-hour format

Hi,

In french language, 24-hours format is not correct.
45 22 * * * will give A 10:45. This is not correct, it should be A 22:45.

Best regards,
Jonathan

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.