Devon Weller
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.
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...
Add a user preferences file where global user preferences can easily be changes (like php_path).
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.
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 💻  ## Pull Request details Without this change, a web worker throws this error: `Uncaught ReferenceError: chance is not defined`