naz

Results 38 comments of naz

Hey @Apollon77 , I think running a task in the parent process' even loop should be solved on a different layer, for example a job queue module which uses bthreads....

This PR works great and would be super cool to merge! /cc @suchipi :pray:

Hey @piggydoughnut :wave: There have not been any advances as far as I know of. Although I see the "pinned" label has been removed last year, so the stale bot...

Confirming. When on http://localhost:2368/404/ page with latest Lyra active clicking on "Profile Avatar-> Sign out" doesn't log the member out.

To move on with the implementation I've ended up using [cron-parser](https://github.com/harrisiirak/cron-parser) to validate cron expressions before calling `later.parse.cron`. Might serve as a good reference for parsing logic

Had a look into what [bree](https://github.com/breejs/bree) does with this exact problem and saw that it's running [cron expression validation](https://github.com/breejs/bree/blob/60c921ec1e1e327354ec331b1f7f16c1f256c96c/src/index.js#L459) against [cron-validate](https://github.com/Airfooox/cron-validate). If the validation for cron expressions is moved into...

:wave: @kibertoad . Thanks for the input! Can you please provide some code on how you see it being used. My understanding is something like this? ``` const validator =...

My understanding is that it would require to extract `resolveRequestModelSchema` and `resolveResponseModelSchema` out of `validateRequest` and `validateResponse` methods into some more generic way or matching a schema to the endpoint...

@kibertoad no worries, know the pain. I'm having troubles giving this project time as well :smiley:

Can you please provide a test illustrating the fix? Thanks!