Jiaqi Liu |【烬火】胡桃

Results 8 comments of Jiaqi Liu |【烬火】胡桃

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)...

Hi @michael-mclawhorn, good to hear back from you! The story is that we are [implementing streaming ingestion capabilities](https://github.com/QubitPi/fili/pull/4) in a Fili fork, so that Fili can not only read from...

@michael-mclawhorn What is the planed mechanism of deserialization via Jackson? Are `fieldSet` and a `dimension`, etc, gonna be deserialized to their corresponding objects and load them into `*Dictionary`