M.C. Nijdam
M.C. Nijdam
I can work around it by using: ``` $tenant->addLiteral("http://example.org/ontology/0.1/Test\#id", '1234'); ``` This wil have desired result: ``` nstest:Test\#id "1234" . ``` So if the long uri results in wanted shorturi,...
Yes same here... `PHP Deprecated: Return type of EasyRdf\Resource::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in...
I have this issue when uploading a MP4 file of 765MB. I'll try the fix of @oytuntez and let you know if that works.
Setting window.FileReader = null; did solve it for us. Unfortunately we now encounter memory issues on the server side but that is out of scope of this. Setting filereader to...
@SvenRtbg and @enfoqueNativo I think that is correct. We resolved it by not using dev-master and we should use composer 2 anyway
Yep, thats exactly what I did.
Docker version 24.0.6, build ed223bc Model Name: MacBook Pro Model Identifier: MacBookPro14,3 Processor Name: Quad-Core Intel Core i7 Processor Speed: 2,8 GHz Number of Processors: 1 Total Number of Cores:...
Thank! That already helps, However I'm still doing something wrong. I implemented your changes and the manifest with a single image are working. However a manifest with multiple images are...