Ben Thomson

Results 241 comments of Ben Thomson

@LukeTowers I've changed the soft delete methods on the relation to be available at all times, but the actual soft delete flag will only be enabled when `softDeletable()` is called...

@comerc sorry, but we'll need more context here. Do you mean these characters are dangerous in terms of Markdown?

@RomainMazB happy for you to provide a PR with that fix - just change the `??=` operators to `$variable = $variable ?? 'slug'` if you can, so that we can...

@der-On this would be related to https://github.com/wintercms/winter/commit/71fcf8eef9584ddcc428809f867429118aa74129, which itself is related to an issue reporting in October years ago. Essentially, we had to disable the plugin `register()` method and `routes.php`...

@der-On have the migrations been run on the *test* database before you run the tests? The reason I ask is because the function that disables plugin initialization ([here in the...

Closing this for now as there's been no follow up. If the issue persists, please let us know and we'll re-investigate.

Closing this for now as there's been no follow-up. If the issue persists, please get in touch and we'll investigate further.

Since configs are ultimately stored through Halcyon (ie. the static content files in the theme), I think it should be an array for the best compatibility with that.

Ideally, I think a trait that can process them would be beneficial, then we can use it wherever it is required :)

@rajakhoury Please provide the Debug Bar plugin and October CMS versions you are using.