Will Da Silva

Results 191 comments of Will Da Silva

Maybe instead of a download button specifically, this could just be an option that takes a function that will be called with the contents of the logs. Or maybe there's...

Thank you for that pointer @melloware! I was able to implement a download button like so: ```typescript export default function StreamingLogs({ logId }: Props) { let url = '...'; const...

I'm a proponent of using Pytest for many more kinds of tests than just unit tests, and I'd be happy to see our integration tests have their environments set up...

Handling `SIGTERM` gracefully could allow SDK users to use AWS spot instances and similar without the complexity that comes from attempting to handle hibernation. A long-running pipeline could run whenever...

@edgarrmondragon has this been addressed?

It's odd that stalebot closes issues as completed, instead of as "not planned". @edgarrmondragon should this have been closed?

Relates to: - https://github.com/meltano/meltano/issues/3252