Sam Cedarbaum

Results 5 comments of Sam Cedarbaum

Not a general solution, but I had a use case for only removing the Git prompt in my `$HOME` directory (since I have a repo there to backup config). Could...

I was thinking about a similar problem with large message histories. For my use case, I want to limit the conversation history to some fixed number (say the last 10...

Something that might work for now for both our cases is using the `setMessages` helper function to manually truncate the list and then calling `reload` (see: https://sdk.vercel.ai/docs/api-reference/use-chat#chat-helpers). I haven't tested...

Good points! I think changing the trip id format is definitely nicer from a REST perspective, but my concern is that it loses the 1-to-1 mapping with the source GTFS...

As a workaround, `remapProps(FlatList, {...})` can be used and this property can just be removed from remapping. However, I think the default behavior for this property should be to preserve...