Steven An
Steven An
so for splitting lines, it only stops working when in FREE mode. maybe this was intentional? but it is very useful in free mode, when splitting diagonal lines off the...
maybe the issue is people are trying to use latest python, 3.13..whereas at least sentencepiece is only compatible ith 3.11?
i have a workaround that's OK-ish: read the signal, but ignore the value - instead, get the latest value from the cache directly, so use getQueryData. reading the signal is...
thanks for chiming in, @wook95 ! can you clarify which version that code is from? it's surprising that moving that line would fix it, cuz it doesn't look like anything...
makes sense, @wook95 . i think another solution, which i have yet to try, is to use "queueMicrotask" for notification scheduling: https://tanstack.com/query/latest/docs/reference/notifyManager#notifymanagersetscheduler. i will try this and report back!
ok, i think setScheduler works! here it is: https://stackblitz.com/edit/stackblitz-starters-cwxlsq6x?file=src%2Fmain.ts now the question is, are there any reasons to NOT do this? it's an example in the docs, with no warnings,...
if people aren't aware of any issues with this fix, then perhaps the only action item here is to update the docs? i'm happy to update the angular query docs,...