Naphat Amundsen
Naphat Amundsen
@Prinzhorn Hi, I didn't really properly test it with the small example to be honest (I can't give post actual response as it contains some sensitive info). I will attempty...
@Prinzhorn Thank you very much for the follow up! I checked using the raw response, which actually revealed the issue! In the raw response the `76013000.0` amount was actually written...
Thanks for the help 😄 I will try to find some time to inspect the code and hopefully find a satisfactory solution for this.
> Hi @Napam I believe this can be achieved using the **"filter_by"** field instead of the **"q"** field in the query to search using the author name from the books...
I would also like to have this functionality
One could also just filter the diffs returnerd by `dictdiffer.diff` to only include the changes one wants, for example: ```python diffs = dictdiffer.diff(a, b) diffs = [diff for diff in...
> > One could also just filter the diffs returnerd by `dictdiffer.diff` to only include the changes one wants, for example: > > ```python > > diffs = dictdiffer.diff(a, b)...
I experience the same issue
> Hey ^^, One way i found was to make the p become a div, and then replace the empty `` with `` when i export the html using the...
I experience issues with `` not showing up as well. In quill 1.3 i used the `quill.root.innerHTML` to store the quill value (the HTML would be used in other places,...