Why, in the case of setting up the downloads_folder, can I not load the local file through a custom decoder method? #1602
xulicong-patsnap
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hi @XuLicong thanks for your input! Please can you elaborate what behaviour you expect? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I saw the source code that if uri in the r['_content'], reutrn Encodable, why not return encode.decode(r['_content']['uri']), so that I can load the local file through custom decoder method.
Beta Was this translation helpful? Give feedback.
All reactions