Daniel West

Results 88 comments of Daniel West

I now have an issue, I was able to solve the web socket infinite reloading because connection failed before using this in nuxt config ``` server: { hmr: { protocol:...

Hi, just wondering if there is any news on this feature that seems to be broken, or is there another way I should be setting this now? Thanks :) Would...

I've had a look and I'm not sure what changed in the context builder but it seems it'll only use the id (i.e. the IRI) now as it builds the...

Sorry I'm not sure I understand - I noticed in the API Platform Con presentation there was an example using schema.org schemas in the annotations using the equivalent types/type as...

For my needs I've currently just decorated like this ```

Possibly, I've just decorated it in my bundle for now, but I wonder if a dev may want to be able to use an identifier or another field, and if...

Hi @dbu thanks for picking this up - currently I am decorating the cache manager: https://github.com/components-web-app/api-components-bundle/blob/master/src/Imagine/CacheManager.php I am curious as to why the PR was dropped... it seems interesting to...

I also do not add the resolver into the event, for my use it wasn't necessary but perhaps if it's added to this bundle that'd be good too - I'm...

OK sure, I'll add pre and post events similar to the PR that was abandoned but for the remove event too. I'll see if I can get time this weekend.

Thanks for this, unfortunately your fork still results in my tests failing. I may try a PR as well to resolve this.