Gabin Aureche

Results 70 comments of Gabin Aureche

@Cordazar could you share the parts of your package.json that are related to graphql/codegen, please?

> @kaytwo @zhouzi any opinion on this: would it solve your use-cases? Actually my use case is closer to #4138 than #4492 so I don't think this new feature would...

@michael-yuen @ballinascreen @phobos-labs I finally had some time to implement this and submitted two PRs. The first one adds a way to provide a custom cacheBuster function #336 and the...

Thanks for the PR and sorry for the delay 🙏 That's too bad because `^17.4.0` matches `17.11.0` and would work out of the box if we: 1. Move `joi` to...

Awesome, thank you very much @Tri125 💪 Regarding the "lastUpdated" field, I was thinking about something really simple like a hard coded date we'd need to change when a patch...

Wouldn't it be fixed by a `useLayoutEffect`? ```typescript const useLatest = (value: T): { readonly current: T } => { const ref = useRef(value); useLayoutEffect(() => ref.current = value, [value]);...

Some of these issues could be fixed by upgrading `twnrc`. For example v3.6.0 adds support for gap.

Also reported in #1738, #1735 and #1719.

Here's a simplified workaround I am using for now: ```javascript const translated = event.active.rect.current.translated; const withModifier = dragOverlayModifier({ active: event.active, activatorEvent: event.activatorEvent, draggingNodeRect: event.active.rect.current.initial, overlayNodeRect: translated, transform: { x: translated.left,...

@pierreleripoll thanks for the kind words! ☺️ It is indeed a great idea and I'd be happy to have such feature in TheaterJS. I haven't played with the code for...