Marc Bowes

Results 44 comments of Marc Bowes

> To me, "set" in the first implies that the values are unique, which isn't always the case right? > Agree that "set" means that the values are unique, which...

I really like "element/s in the bag". It's accurate without requiring much expertise.

What happens when the screen is already full? Does the timer overwrite previous input/output?

It seems to me the thing we're trying to warn customers about is that the query they're about to input could fail. And so the UI feedback should be close...

> I agree. Ideally, the * in the prompt should be replaceable with a countdown timer. That sounds reasonable. > I wonder if the timer should be tightly coupled with...

> I implemented a [readline](https://github.com/PlasmaIntec/async-prompt) library which accomplishes the live timer using `tokio`'s async/await functionality. However, my implementation uses an entirely separate approach than the one `rustyline` uses, which would...

FWIW, the flow framework does `rescue Exception` everywhere which blocks signals regardless of the deadlock issue you describe. You should consider replacing all of these with less aggressive rescues. https://github.com/aws/aws-flow-ruby/blob/master/aws-flow/lib/aws/decider/task_poller.rb#L259...

> Thanks for opening an issue. Are you looking for an SVG line or some kind of line or point label to mark the chart? Which would be more useful...

Thank you for doing this! Excited to try it out. ~~Unfortunately, currently getting this error..~~ (error is still here for others..) ``` Debugger entered--Lisp error: (error "Keyword argument :coding-system not...

Just to be clear - my curl had support for AWS, and I had access. The issue was with the macOS version, as updating to the homebrew version fixed the...