Carl Sverre

Results 45 comments of Carl Sverre

It appears that the test failure in travis-ci is unrelated to my change ``` $ make test go generate ./... go get -t ./... go test ./... # github.com/hashicorp/hcl/hcl/ast hcl/ast/ast_test.go:140:...

I am also having an issue with Blur modifying the value of the field. The problem for me is that onBlur assumes that the event contains the current value -...

I am currently getting around this issue by calling the `onBlur` handler with no event argument. This is supported by the tests and seems to do exactly what we want....

As far as I can tell the fact that blur changes the value has been the case since the 0.7 release of the project (earliest reference I could find to...

If current consumers of the library are depending on various forms of the existing onBlur behavior - it will be a lot safer/faster for us to add a *new* mode...

I am adding notes on this to the README.

Hey @fgilio, I am ok with the approach you outlined in your last comment. Automatically changing the schema is a bit tricky when it comes to charsets as it might...

@aarondfrancis and the rest of the people on this thread - are there particular things we should add to the readme to improve this?

@IronSinew Sorry that this thread ended up idling. A couple next steps: 1. Try switching to our new alternative to cluster in a box (not heavily advertised yet, but might...

@IronSinew I hit this issue locally because I did not have pdo_mysql installed. Can you verify that `pdo_mysql` shows up in the output of `php -m`? You can also check...