John Porter
John Porter
If I hold down the command key and click on a class name (like in `new MyClassName`) It gives me information about all possibilities, but not from my current project....
I would like to posit an idea based on this statement from the docs in Map: >Keys of type object are supported. If an object implements Ds\Hashable, equality will be...
I'm not a go developer, and this fails to build. Is there any chance you'd be willing to update this to get it to build?
>phpcs: The phpcs report contains invalid json. Please review "Diagnosing Common Errors" in the plugin README Same problem as #100 but none of the suggestions fix it. My config: ```json...
Having a set of interfaces for the classes would allow a developer to use the project in their own code, and mock out the `PostmarkClient`, so that his/her own tests...
Is there scope to add the collate functionality to Elastica? I can't seem to find how to do it so far.
Would you consider adding the capability to import functions declared in namespaces or at the root? ``` use function get_called_class ``` as an example?
```Vue warn]: Error compiling template: {{Â settingsName }} + Create a new spec Text {{Â editorWide ? '⧀' : '⧁' }} → update from editor ← update inline viz ⊕ schema {{...
When entering a password which is set to 'strong', this message comes up. Not really helpful as it doesn't explain the complexity required. Also, what _is_ the complexity required for...
The auto login filter is wrapped with logic to disallow it's use with an Activation field in the Members section. This logic should be removed, as the Activation field itself...