Isaac Whitfield

Results 80 comments of Isaac Whitfield

If you want to PR this somewhere in docs, go ahead. The use of `nil` generally represents no value, so putting `nil` into the cache is a weird pattern in...

@dbhaasis are you able to provide a reproduction case for this? If you run this in an empty project, does it still happen?

Calls to `fetch/4` will routinely hang as they're queued up through another service and executed in the background. I can only assume that somehow your fetching function either crashed or...

Hi @cognivore! I'm super late to this, my bad, but I *think* this is actually a bug? I'm not sure because I'm not totally following the first snippet at a...

If you wanted to take the time to file a PR for this, I don't think I have any reason not to include it as long as it doesn't break...

Hi @StaticPH! Although this sounds reasonable, it's likely not viable because it requires storing every value in memory to emit at the end (seeing as you need to process all...

I wouldn't call it stale, more that there's nothing time sensitive that needs doing. What are the use cases where you would use this as a library, and what sort...

This is already possible if you use `-` as the input source, which is modeled after tools like `cat`.

@keathley if you can figure out a way to make this work, I have no issue with it :) I actually wanted to do that initially, but didn't have the...

@Qqwy this seems like an interesting idea; how would you go about this?