Kristoffer Högberg

Results 10 comments of Kristoffer Högberg

@terebentina This is not compatible with nodjs16.x as far as I know. There is a PR for that: #274

Timezones should be handled when calculating next run, see: https://github.com/hmazter/laravel-schedule-list/blob/95776156968e18efe91bcb2e9828074fbbb0b72d/src/ScheduleEvent.php#L75-L77 I don't use timezones myself so I have not tested it in a real application. Could this be that it...

@torntrousers I have replaced this plugin in my serverless.yml with CloudFormation resources that allow for configuring the Mutual TLS. With this config: ```yml resources: extensions: # Extend the existing HTTP...

@efelipe402 I have no answer for that. I have never worked with amplify. I have set up a couple of "global" certificates separate from this config that I just reference...

Just a question, why is there a version specified for `vlucas/phpdotenv` here, I can not see any usage of that. Especially since it blocks usage with Laravel 7.x

The API for Projects is in Beta now https://developers.digitalocean.com/documentation/v2/#projects---beta

It seems to work if I do like this in my `app.js`, but I'm not sure if its "correct" ```js import jConfirm from 'jquery-confirm'; jConfirm(); // additional application code ```

My only guess is that you need to fins some other driver. But I don't have any experience with using the pi as a server from another computer. I have...

There is a PR that should solve this #93