Bit Wombat

Results 31 comments of Bit Wombat

> Why do we need `GOPATH`? That's where things that you `go install` go to, including the binaries. Though, you can set GOBIN somewhere other than GOPATH/bin. asdf puts ~/.asdf/shims...

Another fan would appreciate this move as well!

Looks like phpaes might be abandonware! Can you fork it?

I'm a newbie and this just bit me for a few minutes with a 26-level stack trace. Figured it out eventually, but should zendframework/zend-i18n be a composer dependency of zendframework/zend-form...

> Not everyone uses the view / output part of zend-form. Ah, got it. So I should have read the 'suggested' output from composer better. Thanks for the reply.

For reference: https://github.com/zendframework/zend-form/blob/master/src/Form.php#L176 Seems to me that the fact that Form uses a $factory is an implementation detail that isn't helpful for understanding how everything works from a user standpoint....

Thanks @froschdesign So can I nix this sentence?: "The chief benefits to using the Factory are allowing you to store definitions in configuration, and usage of significant whitespace." a) because...

Also, I wonder about the pre-existing comment that "the conditional will always pass". I think that's true. Then does it need to be a conditional?

> Do you have a form without id and action attributes? Yes, in error, but the message is unhelpful. > Please provide HTML and test code to reproduce this issue....

Your examples are, apparently, a bastardization of a pretty reasonable idea. See https://www.joelonsoftware.com/2005/05/11/making-wrong-code-look-wrong/ tl;dr You're supposed to prefix with the *kind* of thing it is, not its type. Is it...