mark doerr
mark doerr
This issue should be solved with #[b5313f9](https://github.com/linkml/linkml/commit/b5313f98ddb508e414e0ec62a75b2744f64fa59d) .
Very good, @rob-metalinkage , if this is done, I would also adjust the django-skosxl project (to keep things in sync).
Sure, Rob, I just need to get the full picture...there are few little pieces missing in the whole puzzle ;)
Hi @AMontagu and @legau, I am very glad that you put it onto your list - I was also about to suggest this improvement :)
Hi, I think, I found a way ... please check the PR https://github.com/socotecio/django-socio-grpc-example/pull/18
Hi @AMontagu and @legau, I applied the same code structure to my large LARAsuite application ... and it failed with the CancelledError: ``` File "/usr/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete return...
Merci, @AMontagu, for checking (and improving) the example so quickly. Yes I am uploading back-to-back (no front-end involved). I think, the last of your options is very likely. Everything works...
Merci, @legau, I will try to apply this to the book example in the next days - that we have your "recipe" documented for the public.
btw. @legau, I guess there is a (gRPC) size limit of the length list. So for larger lists, a stream would be necessary ?
Thanks, @AMontagu , I did not expect that you can set the size that big of 100MB - I had a size limit of 2-4 MB in my head: (https://github.com/grpc/grpc-web/issues/1182)...