etiennecaldo
etiennecaldo
In my opinion you should: - use `after_update_object` function instead of after_patch, by defining a "methods" dictionnary in your data layer. `after_update_object` has the obj you have changed as input...
Hi, Thank you for your answer! Hum I looked at flask_rest_jsonapi/data_layers/alchemy.py and it seems like the exception is raised during the self.session.commit (line 53), and catched immediately and reraised as...
Same issue here when executing jest tests on my react application ``` Cannot find module 'css-animation' from 'AnimateChild.js' However, Jest was able to find: './AnimateChild.js' ```