Steve Howell

Results 108 comments of Steve Howell

@abhijeetkaur This looks great, but you need to fix a merge conflict! Thanks!

@bistaastha You can work on this! For some reason I couldn't assign you to the issue, so I just assigned myself to lock it, but the issue is all yours.

@amanagr We can probably make this try to support multiple emails somehow, perhaps by having a pseudocommand like "/menu" that presents more options.

Don't worry about "/menu" yet, because I like the direction of your workaround. I'm not sure exactly what "-cp" stands for, but I get the gist of what you're doing....

Hi @neiljp Can you resolve the conflicts here?

@aero31aero Sorry this took so long to review. I think some of this is a good thing to add to the test framework, but we do want to think it...

See https://chat.zulip.org/#narrow/stream/92-learning/topic/exponential.20backoff.20--.20with.20jitter/near/820056.

This seems like a straightforward change. @orientor Can you fix the merge conflicts here?

The original issue involved this code inside a `let` statement: ``` elm parseExpr : Parser Expr parseExpr = oneOf [ value , Parser.lazy (\_ -> list parseExpr) ] ``` (I...

I think this is technically a compiler bug, by the way. The code in Html.Lazy (or, more precisely,`_VirtualDom_diffHelp`) is doing the right thing to make sure that the two functions...