Nathan

Results 26 comments of Nathan

@Paulo-Jorge-PM I've had some luck with the[ `apns2-up`](https://pypi.org/project/apns2-up/) fork, which installs the versions of the dependencies that are Python 3.10 compatible.

I'd really like to see this. Is there any word on the status of this?

@tirkarthi Are you testing with the slack plugin (`errbot[slack]`) enabled? That's where I'm seeing this collections import error on Python 3.10: ``` Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/errbot/backends/base.py", line...

Maybe a directive could be provided that denotes whether a deletion should also cascade delete related records, leave related records alone, or throw an error when deletion of a record...

@ckot thanks for letting me know! I'll try it and report back.

The TravisCI build isn't passing with this error: ```bash $ npm test > [email protected] test /home/travis/build/mzgoddard/jest-webpack > node ./jest-webpack.js --maxWorkers 1 internal/modules/cjs/loader.js:969 throw err; ^ Error: Cannot find module 'find-up'...

Replacing `npm install ...` with `yarn add ..` in the Travis CI build script will probably fix this issue.

I'll start thinking about this as well. My initial thoughts are regarding this question: > Promises are eagerly evaluated, how the Lazy Promise implementation would look like. A possible solution...

@wovalle I'm working on this one (unless someone else already is).

@wovalle Since https://github.com/wovalle/fireorm/pull/72 repurposes the `examples`, I think I'll just start writing example usage of `orderBy` and `limit` and add it to the README and call it good.