Devon Weller

Results 10 issues of Devon Weller

When converting between pascal, camel, and snake cases, keep the PHP variable prefix of $.

The `php://temp` stream is not read from the beginning without issuing a seek command. There are some unexpected consequences of this behavior. For example, calling `$response->getBody()->getContents()` twice will return null...

Put simply, I just can't get this to work. Here is my config: ``` @type cloudwatch_logs log_group_name application-logs use_tag_as_stream true auto_create_stream true message_keys message ``` The log group and the...

+ Use filepath references instead of content when adding files. + Added error handling. + Use new curl_file_create method for file uploading (Requires PHP>=5.5) These are breaking changes.

Choosing an autocomplete right after `MyClass::` causes the double colon to be erased.

bug

Add ability for one project to use the database of another by specifying a source project in preferences. Need to deal with files in the target project that don't exist...

feature

Add a user preferences file where global user preferences can easily be changes (like php_path).

feature

Older code just has `function foo() {}` method declarations. These can be called as static methods. Add an option to treat these methods scoped both as instance and static.

feature

I am seeing this error: `Uncaught ReferenceError: chance is not defined` when loading chance as a web working module. See #612 for a potential fix.

# ✨ Chance.js Pull Request 💻 ![Chance Logo](https://camo.githubusercontent.com/a648d5d39e61ee9e6b38c4e6b5f04139e2aa45325a8a012f0e108ada29c9f983/687474703a2f2f6368616e63656a732e636f6d2f6c6f676f2e706e67) ## Pull Request details Without this change, a web worker throws this error: `Uncaught ReferenceError: chance is not defined`