afilp

Results 110 comments of afilp

@rewiko If possible, could you please contribute to the following forked repo, which is more up-to-date? Thanks! https://github.com/gid-oss/dataui-nestjs-crud

@rewiko Also, can you please review and add the following PR? https://github.com/nestjsx/crud/pull/754 Thanks!

I have the same issue: "The response to 'DELETE' must be like { data: { id: 123, ... } }, but the received data does not have an 'id' key....

Hello @rayman1104, I am also using the latest React Admin with NestJS. Can you please review this PR and merge it if possible? Thank you.

Have you managed to solve this? I have the same problem after upgrading to `react-admin 3.0`

Could the investigation of this issue be related? It seems that Microsoft is looking at it right now. I hope they can look into our "Segmentation fault" issues too, as...

@sherman89 This is a very useful tool, I cannot imaging how I could debug problems with the forms without it. Can you please keep it? Thanks.

I also need this a lot. `Youtube` is one example. The `F` key there is "Full Screen". I had to exlcude "vimium" all together for Youtube, because I really need...

@smblott-github Thanks! How about an interface similar to this? ![image](https://user-images.githubusercontent.com/7850073/51046146-fe462680-15cd-11e9-987d-1ff36ea6c266.png) Notes: - `Keys` are **disabled** when `All Keys` value is selected. ![image](https://user-images.githubusercontent.com/7850073/51050097-584be980-15d8-11e9-87ef-5e083feeba97.png) This will have (internally) the same representation as...

Is there any implementation on this? That would be very useful, I have to create the verbose 'class' syntax just for one action (all others go through generateActions).