Adam

Results 42 issues of Adam

As discussed on IRC, we agree that NameNode has outgrown itself. It's trying to do too much. I think that we should redefine NameNode. Names, as written in code, should...

In DMU, I'm starting to need to build constructs like this: $node->field_foo[0]->value $node->getTranslation('fr')->field_foo[0]->value These expressions are getting really complex. I could just use parseExpression and feed it raw PHP, of...

enhancement

In keeping with the jQuery API, I think it would be fantastic if all manipulation methods on Node/NodeCollection accepted either a Node, or a callable which gets passed the original...

enhancement

If I have this: switch ($wangdoodle) { case 'emu': return 0; case 'kangaroo': return 1; case 'koala': return -33; default: return 'har'; } And I call $switchNode->getCase('kangaroo'), I should get...

enhancement

I don't need this for DMU, but it would be neat if ParentNode had a sortChildren() method that took a callable, much like usort() does for arrays. Can definitely see...

enhancement

Firstly, I'd like to say thanks for this fantastic plugin. Cycle2 blows every other slideshow out of the water, hands down! That said, I'm experiencing some trouble trying to implement...

Following up #50. We should really confirm continuously that Starshot works with DDEV.

This would give us a couple of things: * A solid demo of the now-stable Workspaces module! * A way for site owners to remove all the demo content in...

enhancement

These are just some ideas for governance policy, which is outside my pay grade, but I wanted to note them down for future discussion/consideration: I think anyone with commit access...

governance

Right now, Drupal CMS automatically spins itself up into a SQLite database when you do `composer create-project`. Is that overzealous? Should it perhaps be a second command (a simple script...

question