Hutao of Emberfire

Results 5 comments of Hutao of Emberfire

It would be ideal if navi could support `_cache=false` as a user's choice

@michael-mclawhorn Looks perfect to me 👍

How about we use Jackson `@JsonIgnore`. We then just need to serialize the whole object and those ignored will not be in the default view. This saves lots of implementation...

Answering by myself after looking at source code: I'm guessing [this PR](https://github.com/screwdriver-cd/screwdriver/pull/2956) breaks the thing. Thanks to [this hint](https://github.com/screwdriver-cd/screwdriver?tab=readme-ov-file#from-a-prebuilt-docker-image), I modified the Docker Compose by [overriding its config file](https://github.com/QubitPi/screwdriver-cd-in-a-box/pull/4/files) to...

I think [they promote hook over HOC and hence simply won't document it in react.dev](https://github.com/reactjs/react.dev/issues/5937#issuecomment-1675171936) [Functional hook](https://react.dev/reference/react/hooks) has been proven to replace HOC very nicely almost everywhere, such as [i18n](https://react.i18next.com/latest/usetranslation-hook)...