Sebastian Stehle

Results 240 comments of Sebastian Stehle

Are you going to submit a PR?

About case 2: I think the main reason for that, was to offload the pulling from service. because of the time constraint. Therefore we send the wakeup again to force...

> I'm not sure what's exactly the meaning of "offload the notification" and "improve error reporting". I mean to push it back to the internal queue in squidex backend to...

Yes, Dokumentation is not existent. If you describe what you want to do I can probably help

I would create the email template with the UI, because it is much easier. You will also see a few default placeholders being uses, e.g. the user.displayName and so on....

Sorry, I forgot to mention that the code above fails. It returns null. So I have to create the root first, right?

Thanks for the answer. I think it has something to do with mutable vs const pointers. Const pointers seems so be transferred by value (I don't know why) and normal...