Mike Bronner

Results 155 issues of Mike Bronner

Was using the `wasChanged` method the other day, and noticed it is not compatible with camelCased properties. Thought I'd mention it in case you were open to adding that functionality....

bug
help wanted

Got the following error after trying to load Gists in PHPStorm 8 EAP by: - right-click -> Generate ... - Gist Templates ``` com.intellij.codeInsight.lookup.impl.LookupImpl.addItem(Lcom/intellij/codeInsight/lookup/LookupElement;Lcom/intellij/codeInsight/completion/PrefixMatcher;)V java.lang.NoSuchMethodError: com.intellij.codeInsight.lookup.impl.LookupImpl.addItem(Lcom/intellij/codeInsight/lookup/LookupElement;Lcom/intellij/codeInsight/completion/PrefixMatcher;)V at com.gisttemplates.action.EditorActionFactory13.showTemplatesLookup(EditorActionFactory13.java:59) at com.gisttemplates.action.EditorActionFactory13$GistTemplateActionHandler.doExecute(EditorActionFactory13.java:44)...

I'm receiving the following warning when running in PHP 8.1 and Laravel 9 (I have not tested other PHP or Laravel versions): ``` [2022-06-11 16:10:17] local.WARNING: Return type of Jenssegers\Model\Model::offsetUnset($offset)...

Hi, I have the need to put the webhook route in a different middleware group than `api`. Do you have a recommended way of doing this, other than me having...

Forgive me if this has been covered elsewhere, but is it possible to limit the number of images uploadable (also taking into account the images that may already exist) in...

enhancement

Similar or same as #294 -- but that issue is closed and a fix isn't detailed. What happens is that as soon as I click on the image icon to...

bug

Would be neat if this package would integrate with the linter package (https://github.com/steelbrain/linter) and use the gutters and linter features there. (Just helps to preserve IDE realestate and not have...