repository
Here are 2,065 public repositories matching this topic...
-
Updated
Mar 15, 2022 - C#
-
Updated
Mar 7, 2022 - JavaScript
Description of issue or feature request:
I found a couple of places in the tests where we have used f strings and manually joined paths instead of using os.path.join().
This can lead to a problem where on Linux and Mac OS this behavior will work, but on Windows won't.
Some examples:
-
Updated
Jan 21, 2021 - Kotlin
-
Updated
Mar 15, 2022
-
Updated
Mar 17, 2022 - Java
-
Updated
Nov 14, 2021 - Kotlin
-
Updated
Mar 5, 2022 - Groovy
-
Updated
Oct 5, 2020 - Python
-
Updated
Mar 11, 2022 - C#
-
Updated
Mar 18, 2022 - Jinja
-
Updated
Mar 18, 2022
-
Updated
May 31, 2020 - PHP
-
Updated
Jun 1, 2021 - Python
Describe the bug
Reported on behalf of this thread: https://groups.google.com/g/dspace-community/c/xguccnJkrJM/m/UxcRrjcKBwAJ
The ./dspace solr-reindex-statistics script is broken in DSpace 7 because it attempts to access the Solr data in the old DSpace 6.x directory structure (instead of using SOLR_DATA_HOME or similar).
When running it in DSpace 7, you will receive an error similar
-
Updated
Mar 15, 2022 - JavaScript
-
Updated
Mar 16, 2022
-
Updated
Jan 8, 2022 - C#
-
Updated
Feb 24, 2022 - C#
-
Updated
Nov 27, 2020 - PHP
HttpApiExceptionHandler is annotated to many HTTP services.
https://github.com/line/centraldogma/blob/f4ddd67f2147457e28291fae03839d73f0e18571/server/src/main/java/com/linecorp/centraldogma/server/internal/admin/service/RepositoryService.java#L71-L72
https://github.com/line/centraldogma/blob/f4ddd67f2147457e28291fae03839d73f0e18571/server/src/main/java/com/linecorp/centraldogma/server/internal
-
Updated
Nov 8, 2021 - JavaScript
-
Updated
Mar 12, 2022 - Shell
-
Updated
Mar 18, 2022 - Ruby
-
Updated
Mar 20, 2022 - Shell
Improve this page
Add a description, image, and links to the repository topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the repository topic, visit your repo's landing page and select "manage topics."
The Calling REST APIs section demonstrates how to use LoopBack 4 to call GET APIs. It would be benefiting to the broader community to demonstrate how to call POST APIs. I have the todo-jwt example hosted in Heroku that could be used in the doc