Nick

Results 29 comments of Nick

This is very common in SilverStripe as the ORM defines its database fields with `private static $db = ...;` along with a lot of other private static fields. https://docs.silverstripe.org/en/4/developer_guides/model/how_tos/dynamic_default_fields/ Would...

I will try to organize some time to reproduce this and get the log

Yeah without this it makes more sense to just use the screen clipping tool rather than the extension. This is _especially_ true if your using vscode remote through ssh or...

Is Git Graph smart enough to know which commit is on which branch based on merge commit messages? eg. "Merge branch 'master' into develop" would indicate that the first parent...

That's what I suspected. I know that commit messages aren't necessarily meant to be machine-readable, but it's not unusual for people to impose formatting restrictions on commit messages, eg. for...

Is that different to the log included above? I copied it from the log window after it failed to start. Next time I get this error I'll do as you...

The idea was that the existing config would be updated to the above format (and potentially allow both array and object notation) to add support for specifying descriptions. ```typescript export...

I'm also seeing this with PHP 8.0.22 and Composer 2.3.10, though it doesn't matter if I run it via composer or not.

We had some trouble with this trying to deploy to SilverStripe Cloud since a failed dev/build automatically rolls back. Our fix was to replace the migration task (via the injector)...

I get this error a lot when editing settings.json with `"workbench.settings.useSplitJSON": true,` mostly when switching focus between each side of the split (via mouse click)