Carsten Meyer

Results 17 comments of Carsten Meyer

I don't get any source maps neither using new webpack.SourceMapDevToolPlugin({filename: false})

ok, I think I got it. You set the state of the IonBody that reactively updates the entire context. Unfortunately my context still does not update in the underlying components...

ok ...this seems to be the issue: https://github.com/reactionic/reactionic/issues/49 and that a viable solution: https://github.com/reactionic/boilerplate-reactionic-meteor/blob/reactionic-issue-context-workaround/imports/ui/containers/MainContainer.jsx really, really nice thx @johnslemmer

I am getting the same error occasionally. And yes, it looks like it has something to do with h1 getting collapsed. BR, Carsten

mmmh ...I turned on debug and looked a little into the source code. Pretty clean I have to say 👍 However, I think there might be a bug, so the...

Hi Time, Yes, the job gets completed just fine. The nextRunAt just remains as it is so it continues running :/ Before job execution, nextRunAt: is set to undefined (in...

Just did what you did in #1340 and set nextRunAt = null instead of nextRunAt = undefined https://github.com/agenda/agenda/blob/7e78b71b79ae6c6d874e9180954b8b84248e9848/lib/job/compute-next-run-at.ts#L21 Apparently, this solved the issue (without doing any further test) BR, Carsten

...the job is still repeated even with nextRunAt === null :/

Yes, before I made the change that was the case. (nextRunAt = undefined did not get persisted in the DB) But even with the change and nextRunAt now set to...

For me it would be even essential :/ Just a simple POST webhook channel/ provider I could add to the workflow sending over the entire payload. I would be fine...