Tim Ramage
Tim Ramage
@nathantreid — Sorry... any help on the above? Thanks!
No worries @nathantreid — thanks for the reply. I'll look into running a customised local package at some point. Cheers.
We recently revamped our entire editing experience in [Avion](https://help.avion.io/release-notes/november-2021). There's a lot of RTE libraries out there, but we ended up choosing Plate to use as our foundation:  Under...
Good question @rjlg. That was definitely one of the trickier parts for us. In a nutshell: - When saving, we serialize Plate/Slate --> HTML, and then convert HTML --> Markdown....
@came – does your job ever successfully finish? Can you try adding a `complete` handler: ``` agenda.on("complete", (job) => { console.log(`Job ${job.attrs.name} finished`); }); ``` If you add the above,...
Ah okay... I was thinking that perhaps the job (in the DB) wasn't persisting the `nextRunAt` property back to `null` (due to the same problem I am having in #1340).
@evolross — yep, totally understand that and I did end up manually iterating through each object and updating one by one. The problem is that the hook runs once per...
@koolamusic — Nope, sorry! Did you manage to figure out how to make any progress with this? @zodern — Do you have any pointers / quick fixes we could follow...
I also get this error - running on OS X. Did you manage to figure this out?
Hi guys, I'm running OS X 10.8.5 - trying to get this working also. The example screenshots seem to work fine - I can run the python script and it...