Ingo Schommer

Results 64 issues of Ingo Schommer

Precondition for upgrading the lesson content. Apparently @caffeineinc has already started this effort.

The current designs assume video content, in the overview (https://www.silverstripe.org/learn/lessons/) and the details (https://www.silverstripe.org/learn/lessons/up-and-running-setting-up-a-local-silverstripe-dev-environment?ref=hub). Due to maintenance concerns, videos will be removed from the 4.x lessons for now (Aaron plans...

We need to guide users to the right lessons. Ensure that those lessons are linked correctly from doc.ss.org, and that we can easily set 4.x lessons as the default once...

Duplicate database content so we can start modifying.

### Is your proposal related to a problem? We'd like to identify anomalies and performance issues on specific Hasura operations via our own observability tooling (Heroku log draining to Coralogix),...

k/enhancement

Parent issue: https://github.com/silverstripe/silverstripe-admin/issues/463 RFC: https://github.com/silverstripe/silverstripe-admin/issues/556 POC: https://github.com/open-sausages/react-gridfield-poc # Description In 3.x, data is passed into a `GridField` through a `DataList` or `ArrayList`. The underlying APIs are the same between fetching...

type/enhancement
complexity/high
impact/high
affects/v5

Hey Andy, how's things! :) Can you please change the namespace for your composer package here? https://github.com/smindel/silverstripe-GridFieldAddOns/blob/master/composer.json#L2 It's currently set to `silverstripe/gridfield-addons`, which is kind of reserved for the SilverStripe...

The `CTRL+` key combo doesn't seem to register as a keyboard event in Chrome (with standard US keyboard layout and OSX settings). How about `CTRL+\` instead? ``` diff diff --git...

Its hard to debug entwine stacktraces because its wholly built on anonymous functions which don't hint their origin other than the filename in the trace view. At least in WebKit,...