daft
daft
@bashorgru I'm having trouble seeing why this code change is necessary? The `mail.prepareSend` event will only halt if the value returned is `=== false`, so these changes should not make...
@erusev This occurs specifically with the composer optimizer. You can replicate this by generating the autoloader with the optimize flag set `-o` ``` composer dump-autoload -o ``` Should output ```...
@erusev I believe PSR is wanting `ParsedownTest` to be in the namespace `test` since it resides in a directory of that name. ``` \test\ParsedownTest ``` Most other libraries will place...
Hey @erusev. Me again. I note that in [both](https://github.com/erusev/parsedown-extra/blob/master/.gitattributes) [repos](https://github.com/erusev/parsedown/blob/master/.gitattributes) you are implementing the use of .gitattributes which are being instructed to ignore the `test/` folder. This will have an...
@erusev That's because the latest tagged version of `parsedown-extra` (v0.8.1) does not contain the .gitattributes file. See here: https://github.com/erusev/parsedown-extra/tree/91ac3ff98f0cea243bdccc688df43810f044dcef
This might help // Compile JSON body, err := yaml.YAMLToJSON(yamlContents) if err != nil { panic(err) } // Beautify var schemaObj map[string]interface{} if err := json.Unmarshal(body, &schemaObj); err != nil...
Hello @VojtechKlos This feature has been added in v3.0.67+ https://octobercms.com/changelog Best regards
Duplicate of #5653
Something else to try is rolling back the fix Luke mentioned above to see if it makes any difference. We plan on implementing a more robust solution for this soon....
:+1: x999 If this PR is no good, there needs to be [some way to destroy a group completely](https://github.com/johnny/jquery-sortable/issues/42) because the first call group options persist and may contain callbacks...