Steven DeMartini
Steven DeMartini
Thanks for following up, tfoxy! I don't have the code handy anymore when I'd attempted to build this myself outside of the gql_optimizer (without using this branch's code), but I...
With the latest commit to bump to the newly-released graphene-django 3.0.2 https://github.com/graphql-python/graphene-django/releases/tag/v3.0.2 (which includes this https://github.com/graphql-python/graphene-django/pull/1401), the performance-related tests are now passing. The only test that still fails is the...
I encounter this frequently, and I've found that the problem is even worse / more frequent with the pre-release version. For what it's worth, I use VSCode with Vim emulation...
As of pytest 6.2, this is now quite a bit simpler with no need for a private import, thanks to the `pytest.MonkeyPatch` class and context-manager, which are available as alternatives...
Hi @bryanjtc, agreed this would be nice to support—thanks for filing and providing some examples! I'll keep this on my radar, though don't expect I'll have time to work on...
Thanks for looking into this and opening a PR. I'm quite busy so don't have time to look at this yet, but would you be able to let me know...
@RuckieOfficial I'm not sure I entirely follow what the issue you're reporting is. Is it that you want each heading style to match the MUI default heading font sizes? For...
@AgrYpn1a Thanks for the continued effort on this and sorry for the delay. It's possible I'll have time to look at this in the next week and will try my...
(In the meantime, it looks like there's a TypeScript error failing CI.)
Yes @AgrYpn1a agreed, I just left a comment to that effect https://github.com/sjdemartini/mui-tiptap/pull/225#issuecomment-2083157048. Dealing with z-indexes is very delicate and can lead to unintended side-effects, so changing all of them to...