Ville Saukkonen
Ville Saukkonen
I guess that's the case. But in my case it did that every time, not just occasionally.
@jeremyphilemon Looks like `streamProtocol: 'text'` is not working with `useChat` unfortunately. messages array will always be empty in that case.
Indeed, that was partially the reason behind the discussion :) Unfortunately for the API design, we also support fetching saved articles without the folder filter at all ("all saved articles",...
That is a bit problematic. In other parts of the UI we'd need to optimistically update status of the article (is it saved or not), while elsewhere we'd need to...
Unfortunately I moved on from the logic that I couldn't get working so I don't have any proper repro for that anymore, if that was even a bug instead of...
Looks like the same problem as in the ticket I created. This seemed to help in my case: https://github.com/GoogleCloudPlatform/cloud-code-intellij/issues/3176#issuecomment-1877572123 Also the freezing problem is discussed there (no resolution tho).
@jbrown215 would there be parts in this that could be used from this pull request?? This is needed for improved Flowgen React support.
I need as much as possible 😅This is the beef: https://github.com/joarwilk/flowgen/issues/76#issuecomment-471198963 I'll try to pick up the parts that are needed the most.
Someone has even made a PR for that: https://github.com/danbovey/react-infinite-scroller/pull/228 @danbovey Any chance for merging & releasing?
Nice, thanks for the first issue! Indeed, the codebase I've run this agains uses object references only so string references were not taken into account at all. I might look...