-
I am struggling trying to build the android library. Can anybody please take a look at my
settings to see if there's something terribly wrong?
I have carefully created the toolchain for android c…
-
How come the NPM Releases aren't in sync with reality?
I am using 2.0.2 and it is telling me to upgrade to 2.0.3 and I have no way to do a diff of the changes? It feels entirely wrong to pull in t…
-
This fetch request sends "application/json" as ContentType on IOS but "application/json; charset=utf-8" on Android:
```
fetch(url, {
method: 'POST',
headers: {
'Accept': 'application/…
-
Hi again) I want to make sure of something...
So, right now, if someone uses the same Model and will extend "protected $fillable ... " with some additional params, then anyone can update this params …
-
the default `simplePropertyMappers` does not work with pagination when `body` contains `link`
example..
```json
{
"meta": {
"totalPages": 13
},
"data": [
{
"type": "ar…
-
just wondering, wanting to build a json:api api with fsharp, and this library seems the most feature-complete.
I guess, alternatively, is there a way to _just_ use the (de)serialization parts? caus…
-
How come this library uses `pagination` instead of `page`?
According to the specification:
> The page query parameter is reserved for pagination. Servers and clients SHOULD use this key for paginati…
-
Has anyone implemented a `models.Model` that is a client of a JSON:API API along the lines of https://github.com/Yupeek/django-rest-models? This seems to require https://github.com/AltSchool/dynamic-…
n2ygk updated
5 years ago
-
Hi there!
It seems like `cachememory` is not doing well when relationships are added/deleted. Here is my case.
A resource has 2 mutually exclusive relationships, so when we set one we should remov…
-
Fatal error:
` Fatal error: Cannot use Crud\Core\Object as Object because 'Object' is a special class name in ...vendor/friendsofcake/crud/src/Listener/BaseListener.php on line 4`
Reference: [ht…