Alex Coleman

Results 37 comments of Alex Coleman
trafficstars

@tobias-tengler I think the conversation diverged to another discussion here, but I'm curious still if theres a recommended way to fetch data without suspense. Atm I still rely on "relay-hooks"...

One other way this could be supported is using scriptable properties, i.e. `borderColor: (ctx) => ctx.hovered ? regularColor : dimmedColor` There is something which almost works to support this today,...

Bump on this discussion; I'm still relying on [another package](https://github.com/relay-tools/relay-hooks) to support queries without suspense when needed, which delays/complicates any react-relay updates. Considering rolling our own hook to break the...

Seems like maybe https://relay.dev/docs/next/guides/alias-directive/ will help with this in the future, so likely an expecting shortfall currently

@juanarbol / @avivkeller is there any update on this elsewhere? Seems like this was planned

Ran into the same distutils issue in a different project, had to revert to alpine3.19 to fix. I think maybe the python version was updated in alpine3.20 (to 3.12) and...

Same issue as https://github.com/facebook/sapling/issues/830. I can try and contribute a fix for this