Julian Beck

Results 11 comments of Julian Beck

Hello Cliff, Thanks for the quick reply! Ideally, of course, it would make sense not to delete any LRS statements and keep the data unchanged as stated in the specification....

Thanks Cliff!

Thank you :) you are the best :)

The logic for downloading and uploading the files has been moved to task.py

I have the same error using github. Did you find a solution?

The soluzion is adding a callback inside the auth properties, thats add the userid ``` ], callbacks: { session({ session, user }) { if (session.user) { session.user.id = user.id; }...

For me i added it like this to the auth config, but i only tested it for github, not for discord. t3-stack did the same, in order to add the...

Thanks for the idea of a seperate context, that works for me when fetching data, but how would i then prevent another cloudkit instance from beeing created if i use...