Tom

Results 4 issues of Tom

Followed the instructions & installed the dependencies, this is what happened: ``` osboxes@osboxes:~/dev$ npm install --save node-qt > [email protected] install /home/osboxes/dev/node_modules/node-qt > node-gyp rebuild make: Entering directory '/home/osboxes/dev/node_modules/node-qt/build' CXX(target) Release/obj.target/qt/src/qt.o...

The documentation for Databases is out of date due to the [2022-06-28 API changes](https://developers.notion.com/changelog/releasing-notion-version-2022-06-28). The reference page for Databases (https://developers.notion.com/reference/database) states for "Properties": > Schema of properties for the database...

https://github.com/maxcutler/python-wordpress-xmlrpc/blob/master/wordpress_xmlrpc/wordpress.py#L95 The Wordpress documentation makes it clear that the field name is `post_author`; following convention this _might_ be remapped to `author` in this library, but I did not expect it...

Preconditions for the bug: - There are no sync results - You set a limit, eg. `5` - The async interface returns that number of results -- ie. precisely `5`...