Adam Engebretson

Results 19 issues of Adam Engebretson

Would you mind if I distributed this package as a Laravel4 package via Composer? I'd give you due credit, I just think it'd be easier to install this via composer.

I'd like the ability to check whether or not my app is the Device Owner from this API. Would you be able to implement a new action for that?

I have a model that gets populated with a nested array. 'collection' attribute casts don't work when the $value isn't a json string, and throws an ErrorException: `json_decode() expects parameter...

Not sure if it's an API updated, but I'm getting the following output on a redeploy command. ``` time="2017-01-10T21:57:24Z" level=fatal msg="Failed to read project: yaml: unmarshal errors:\n line 1: cannot...

When running the generate:model command in ST3, I get the error "Oh snap, failed to create model." All the meanwhile, the following file was successfully created: ```

For developing, it'd be really helpful if I can disable the cache. I'd publish the config file into my "local" environment config, and set "use_cache" to false or something.

I have deployed an ERC20 token to my local Ganache instance, but noticed that the ERC20 node wasn't respecting the provided blockchain address. I borrowed the logic from the Web3/Balance...

I love your package, and I think you've done a really nice job! My only complaint is that the configmap's contents are serialized with a gob encoder, and there's no...

While I understand that tags are not required for your build or distribution process, it'd be incredibly helpful to be able to reference your source by release more quickly.

enhancement