-
When I run deserialize on `{ data: null }` i get the following error: `cannot read attributes of null` but it is an valid json-api response. Is this expected behavior?
-
`PolymorphicModelSerializer` does not implement `get_root_meta()` to populate the `meta` key of the response JSON.
This might be by design, but it took me some time to figure this out and implement …
-
This seems to fix it for me:
```diff
diff --git i/lib/graphiti/resource/dsl.rb w/lib/graphiti/resource/dsl.rb
index 7353edf..867fcf4 100644
--- i/lib/graphiti/resource/dsl.rb
+++ w/lib/graphiti…
-
#### Environment
- Server version: 7.1.3
- Node.js version: v20.10.0
- npm version: 10.90.0
#### Description
for a nodejs project , i've used the Credentiel Auth Method https://communitys…
-
Hello - I've tried each version (1.0.7, 1.0.8, 1.0.9) of the plugin with ArchivesSpace v3.5.1 and keep getting this error. Version 1.0.8 does not display the Local Contents Open to Collaborate notice.…
-
We have a Spark ML pipeline with SQLTransformer along with UDF.
I checked at https://github.com/combust/mleap/tree/master/mleap-spark/src/main/scala/org/apache/spark/ml/bundle/ops/feature
and didn…
-
Seasons API Crash Report - NullPointerException in ChallengesTicker
Minecraft Version: 1.21.1
Seasons API Version: 1.2-BETA-2
Seasons Challenges Version: 1.0-RC-5
Fabric Loader Version: 0.16.9
…
-
I have 2 models: `Profile` and `Public::Profile` and 2 serializers:
* Api::Platform::Carmen::V1::ProfileSerializer
* Api::Platform::Carmen::V1::Public::ProfileSerializer
The first `Profile` could…
-
Hello,
when trying to save the resource I encounter following exception:
```
Exception in thread "main" java.lang.IllegalArgumentException: Not a valid (absolute) URI: my.rdf#1
at org.openrdf.model.…
-
Thank you for PunditResources, we are using it heavily and it mostly works great!
When using PunditResources, one of the dangers is that the resource scope, does not match the policy scope. JSONAP…