Motin
Motin
This was already proposed to be fixed in https://github.com/gotwarlost/istanbul/pull/819 https://github.com/gotwarlost/istanbul/pull/816 and https://github.com/gotwarlost/istanbul/commit/4a5e92c1261bd08ce5118d01c8a05ae54fc7458b (None of them merged)
Workaround available here: https://thesearemyramblings.com/vercel-submodules-workaround/
> I can't remember when the change was made, but git submodules are now working without a workaround for me That is great news! Maybe with a reference to the...
[This](https://swc.rs/docs/usage/jest) may be relevant to evaluate how much faster your tests may be once ts-jest switches or to swc: > To make your Jest tests run faster, you can swap...
@TomNeyland
Is this PR ok? Or should we make this timeout setting a configuration setting instead?
See linked issue comment https://github.com/shafkevi/lambda-bedrock-s3-streaming-rag/issues/1#issuecomment-1943448686 above - SSE events can be streamed directly using nothing but fetch, making fetch-event-source unnecessary.
As mentioned above, this has been fixed in Pydantic 1.10.8. No need to pin typing-inspect and typing_extensions if you are using Pydantic 1.10.8. For poetry, use `pydantic = "^1.10.8"` in...
Regarding 2nd argument - maybe something like "render rows as single views option"?
> Hi @motin can you share a screenshot of this working? Here is a screenshot from a run that uses this PR's branch: > If you could share a test...