Connor Mendenhall

Results 3 issues of Connor Mendenhall

### Summary Hi DjangoCMS team! We recently upgraded our DjangoCMS site from 3.4.2 to 3.5.2 and ran into similar issues with very slow queries during the `fix-tree` management command as...

kind: enhancement
status: accepted
needs reproduction

Cheers to everyone at Clojurewerkz! Developing a web app with Monger and Spyglass was an absolute joy, and I'm glad you're out there abstracting ConnectionFactoryBuilders for people like me. I'm...

Hi OpenSea team! We're deploying a system that uses a [factory contract](https://github.com/entertainmintlive/emint-contracts/blob/498a263cc16665a4bcc285965f73fad5bac887d6/src/Tokens.sol#L49) to deploy ERC1155 clones. Our [implementation contract](https://github.com/entertainmintlive/emint-contracts/blob/main/src/tokens/Emint1155.sol) inherits `DefaultOperatorFilterUpgradeable` and supports EIP-2981. Our [verification fork tests](https://github.com/entertainmintlive/emint-contracts/blob/main/test/fork/OperatorFilter.t.sol) pass, creator...