Cobertos
Cobertos
Perhaps you could make a new `ImageBlock`, do [`upload_file`](https://github.com/jamalex/notion-py/blob/master/notion/block.py#L607-L625), and then use the `source` and `display_source` from that? Then delete the `ImageBlock` when you're done?
I had the same issue with setting the `source` and `display_source` property, https://github.com/jamalex/notion-py/issues/74 But I had success with using the .upload_file() method alone on a new ImageBlock and doing nothing...
If my understanding of the codebase is right? It looks like you'd need to add `.cause` to [`serializeError`](https://github.com/avajs/ava/blob/678f9caf22343ba05efd54cbfebb37962f590cab/lib/serialize-error.js#L110) so it carries over from a worker to the main process. Once...
> If the cause has a cause, how do you suggest we format that? The most simple would be to tack it on after the original error with some sort...
Ended up I needed something more low-level/working directly with fibers, so I switched to [`its-fine`](https://www.npmjs.com/package/its-fine), but thanks for the library! Diving through the code has been nice for learning
> Hello, what else needs to be done here to use the native web "Export as HTML" feature? Referred here from #178 > > Edit: Ideally something like this: https://pypi.org/project/notion-backup...
Icon added in recent notion API update,m https://developers.notion.com/changelog/page-icons-cover-images-new-block-types-and-improved-page-file-properties
Initial work done in feat/new-api
> When ios input more than 20 characters, although the input cannot be made, the cursor keeps moving, and it is moving forward. How can I solve this? The cursor...
Hmm, okay, thank you for the solution. This should be replaced with something more robust when I next loop back to this project.