Greg Weber

Results 263 comments of Greg Weber

Is there a reason to go against best practice and use a bool, or do you also prefer an enum type? Either way, it seems clear to me that a...

I lost my bandwidth to follow through on this, perhaps @mauricepoirrier would like to. I will comment back here if I am able to pick it back up.

thanks for the detailed response! Everything makes sense here except for the first one about async submission. What happens if I tell reflow to run and then Ctrl-C?

Does it catch Ctrl+C and send a stop request to the agent, or reflow is sending keep alives to the agent? Ctrl+C is maybe not the best example because it...

Thanks for all the explanations! I will close this, but you could re-open it if it serves as a useful reminder to add an architecture doc. I am quite surprised...

Sorry, I may have mis-understood your description, going off an architecture doc would make things clearer :) Also makes a lot more sense that you do have a system for...

Definitely a missing piece. The current way I hack this is to have a `retool-install` script that contains the `retool add v1.0.1 ...` commands that were run to do the...

The approach I would like to do is * tools.json -> retool.json * _tools/ -> _retool/ I am hoping we can * agree that adding this configuration option is a...

It is possible to try to do this by feeding data through stream-based tools to lightning. However, lightning currently expects a directory and the data may be stored as a...

#69 does not require a streaming implementation to be completed. Our new BR tool streams data to and from cloud storage nicely.