Ivan
Ivan
Ooops, sorry for resurrecting this question. > return len(t.Raw) != 0 will return false for valid results that are derived from post-processed operations. Didn't know about post-processing > return t.Type...
@paultyng yes, it passes according to actual behaviour here is example that should fail: ```go package provider import ( "testing" "github.com/hashicorp/terraform-plugin-sdk/helper/resource" "github.com/hashicorp/terraform-plugin-sdk/helper/schema" "github.com/hashicorp/terraform-plugin-sdk/terraform" ) // Test for https://github.com/hashicorp/terraform-plugin-sdk/issues/413 func TestTerraform_still_have_bug_413(t...
Thank you for clarification. I understand that It will be hard to fix without breaking all the libraries and providers depending on SDK. I'm currently working with a quite inconvenient...
Why not put everything in one package and allow partial import like in lodash. So it would be possible to reduce size of bundled app. You can put experimental stuff...
This is one more argument for putting it into one package
Yes, I mostly looking through tests. But it's not very convenient..
As a potential user, I'm ok with missing logo, and I'd prefer to have better readme and feature set 🤓
I'd too. I don't like moonscript.. :(
Having the same issue OS X 10.10.2 Fast workaround when error happened: (for those who came here from google and want to try lupa) ``` brew uninstall luajit pip uninstall...
``` $ node -v v4.2.1 $ npm -v 2.14.7 ```