Patrick Arminio
Patrick Arminio
@parafoxia let us know how the migration goes (maybe on discord!) and let us know if there's anything we can help with 😊
that worked, thanks!  there's only one new line which I'd like to remove :D
I agree, it's good to have decent defaults 😊 By the way I have found where that newline is added: https://github.com/Textualize/textual/blob/56a3367b14b663889b0901e0f35720ced28c7c12/src/textual/drivers/linux_inline_driver.py#L187 This was added to fix this: https://github.com/Textualize/textual/issues/4385, but from...
Would it be possible to add a test for this? 😊
@rroblf01 sorry for the late, but you can already use the Django ORM with FastAPI, see this PR: https://github.com/fastapi/fastapi/pull/11782#event-14043647967
@bellini666 let's chat about this at PyCon!
@bellini666 can we work on this on tuesday? 😊
@axiomofjoy yes and that will break with the next version of GraphQL-core :( My plan of action is to change relay to just use standard ids, provide some GlobalID types...
> Got it, thanks for the info! Just want to check my understanding. It sounds like this approach would require us to switch our node types to subclass NodeWithGlobalID in...
@axiomofjoy thanks for the feedback! yes we can find ways to do that maybe there's a nicer, simpler approach where we have a config option that maps all GlobalIDs to...