-
The docs are missing the deprecation of https://forge.typo3.org/issues/96903 and contain an outdated example with `moduleTemplate->setContent()` which has been removed in TYPO3v13.
Reported on http…
-
Misleading title, there is no explaination at all how to use CKeditor in the Frontend.
https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-CoreApi/blob/main/Documentation/ApiOverview/Rte/InT…
-
This issue is for tracking progress on the [CoreAPI](https://github.com/ipfs/go-ipfs/tree/master/core/coreapi) package
**blockers:**
- [x] #4672 - Improve paths in CoreApi
- [x] #5825 - Global of…
-
When trying to migrate data out of IPFS with the CoreAPI, I noticed that an [ObjectStat's](https://github.com/ipfs/go-ipfs/blob/4bca53e0c9b52b1e2a066aa21d1e05d44bffd1ac/core/coreapi/interface/object.g…
-
Currently, this directly invokes the `ls` HTTP API endpoint but that means we need to duplicate some logic. It would be nice if we could just call `Unixfs().Ls()` and use that.
-
- CoreAPI uses the credentials from .netrc to authenticate. Validate that auth credentials still work for pyswagger
-
One of the `editorDependencies` in the [library.json](https://github.com/h5p/h5p-course-presentation/blob/release/library.json#L48) doesn't look good in the latest version:
```
"editorDependencies…
-
Version 1.7.8
PHP 8.24
Webserver: Apache
Browser: Firefox, Chrome, Edge
Installation unzip from owa_1.7.8_packaged.tar
I'm testing it locally, on Xampp.
I extracted the package to the approp…
-
### Description
I’m experiencing issues when trying to connect CREW AI with Azure OpenAI. After some investigation, I found that only version 0.11 works with Azure OpenAI, but unfortunately, this v…
-
The `doInit` function (used by `ipfs init`) is not exported and right now the closest functionality to that is the exported `fsrepo.Init` but that requires taking care of the `config.Config` structure…