Kavan Vadaliya
Kavan Vadaliya
@franky47 @phipag i just pushed the updated version of next.js (`14.1.2`), seems like issue is still there, also update on my repo https://github.com/Kavan72/nuqs-test
@phipag okay thanks for clarification, btw i've found one more interesting bug, suppose i've 3 states ```tsx export const FilterType = { query: parseAsString.withDefault(''), leadStatus: customParseAsArrayOf(parseAsString).withDefault(['CONFIRMED', 'QUALIFIED', 'PENDING']), withRecognizedTerms: parseAsBoolean.withDefault(true)...
@franky47 can we create some kind of unique hash to useEffect and have some parser for state and url 🤔
@franky47, I understand your point, but my question is: can't we use the same reference to update non-primitive data types to avoid this problem? I'm fine with using JSON.stringify for...
> Same for us, we are up to go for React 19, except React Joyride that prevent us to do it 🙄 Same for us as well. We are using...
I think first llama.cpp need to add support on this. https://github.com/ggerganov/llama.cpp/issues/6344
> Hi. Sorry for long reply. Instead of using delay which is implemented using hack over AMQP, for large delays please consider using schedulers. Currently we can offer Redis scheduler...
> It does support it. You can use `delay` label for the task in order to send it delayed. Thanks for the reply. Just to clarify, I want to create...