repository
Here are 2,102 public repositories matching this topic...
-
Updated
Apr 15, 2022 - C#
-
Updated
Mar 26, 2022 - JavaScript
I believe this code currently does the unexpected thing:
custom = {}
role = Role([], 1, custom)
custom["customfield"] = "value"
assert "customfield" in role.unrecognized_fieldsAs in the roles unrecognised fields now does not include "customfield". This is because the initialization self.unrecognized_fields = unrecognized_fields or {} acts surprisingly when the input con
-
Updated
Jan 21, 2021 - Kotlin
-
Updated
Mar 15, 2022
-
Updated
Mar 29, 2022 - Java
-
Updated
Nov 14, 2021 - Kotlin
-
Updated
Apr 6, 2022 - Dockerfile
-
Updated
Oct 5, 2020 - Python
-
Updated
Apr 13, 2022
-
Updated
Apr 11, 2022 - Jinja
-
Updated
Apr 15, 2022 - C#
-
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
Apr 9, 2022
-
Updated
Apr 9, 2022 - JavaScript
-
Updated
Jan 8, 2022 - C#
-
Updated
Mar 27, 2022 - C#
-
Updated
Apr 9, 2022 - 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
Apr 12, 2022 - Shell
-
Updated
Nov 8, 2021 - JavaScript
-
Updated
Mar 23, 2022 - Ruby
-
Updated
Apr 17, 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