daedalus

Results 24 comments of daedalus

Can you confirm that the plugin config is in a file called plugin**s**.js and not plugin.js and that both transforms are enabled in the plugin config?

@stephhappens I just installed the latest strapi version and cannot replicate your issue. The data gets transformed per the settings. The changes I made once the project was created was...

@Bligoubloups > When I use Rest, it is an object. I must have something wrong with my config but don't know what. Does this mean it's a string when you...

Hello, I appreciate the PR. In terms of the ctx data in the emitted server events I agree they should be consistent. I dont see a reason to add the...

The socket is provided as a param for the connection event, as its the only event where you wont have access to the socket. All other events you should already...

Aside from the connection event any other client side event will already have access to the socket and can add it as a data param when emitting. For example if...

Hmmm I believe a delete from the collection page does a bulkDelete of sorts, even if it's one entry. I don't believe we are listening for those, will have a...

#36 should fix this issue. It looks like only the number of deleted records are returned on this event, not sure how useful it is. I do not know if...

Agreed, I'll look into adding this. I think a drop-down or a modal popup with all the options might be better than multiple buttons. Less clutter.

Thanks for the feedback and interest. I agree that the http response should be included as well, I will look into adding this. In regards to adding a note about...