-
Although it returns a token from the CE it crashes on the decoding (see attached)
[jtw_decode.tar.gz](https://github.com/trompamusic/trompa-ce-client/files/4931625/jtw_decode.tar.gz)
-
In PR #84 we've made some fields optional. However, the CE-API returns an error when using an interface fragment on a type with conflicting properties.
The conflict (required vs optional):
https…
-
Final list:
Creator: who added the node (link to a branch on github, software used to make it, otherwise trompamusic.eu)
Contributor: musicbrainz.org
Format: text/html
Language: en
Source: https…
-
From our discussion on modelling during the Amsterdam meeting we decided to make the subject field optional, like we did with description (https://github.com/trompamusic/ce-api/pull/53)
-
Values are here: https://github.com/trompamusic/ce-api/blob/d085989e12e9dcca40db2af7801f4ecb3d0f8d15/src/schema/enum.graphql#L302-L305
This has changed a bit in the last week
-
Can we clear the database on api-test.trompamusic.eu and release the current staging branch? (I know that it doesn't have #48 yet, but we need to do some tests with @asarasua and need something more u…
-
The documentation for ControlAction.actionStatus says that it's based on schema.org/actionStatus:
https://github.com/trompamusic/ce-api/blob/2cd07c898c56da245743aa3c2338cc56f40ac8c4/src/schema/type…
-
Continuing on from https://github.com/trompamusic/ce-api/pull/23#discussion_r319992632
Neo4j supports 64 bit integers, but javascript only supports 53 bit, so the neo4j client for js has its own In…
-
I'm trying to run this demo, connecting to my locally running ce server. I get the following error:
```
trompa-pilot-poc-algorithm_1 | error from WebSocket Unexpected server response: 400
trompa-p…
-
I'm running into a really weird issue which I'm unable to get my head around:
I rebuilt the Docker image with node 10.13's debian package in order to do some debugging. While running the Algorithm …