Samuel Mortenson

Results 36 comments of Samuel Mortenson

@driskell The Symfony Psalm plugin only supports a specific hardcoded list of container-like classes, which is why https://github.com/mortenson/psalm-plugin-drupal/blob/master/ContainerHandler.php exists. It seems logical that we may need to copy more from...

This has been brought up twice now, so I should really fix it. 😄 I'm probably going to implement a prompt instead of a generic text entry, so when you...

With the way the project works right now, it's expected that each Drupal install lives in a completely separate instance of drupal-docker-lite (using `ddl create` or `git checkout`). This was...

I added the `drushlocal` command in https://github.com/mortenson/drupal-docker-lite/commit/b21b9e8c8c370b3291e5fddf8122a838bcad4a30, which works around this problem by running Drush on the host machine and connecting to the `mysql` container directly through its exposed port....

The latest Docker release basically resolves this, as it appears to be twice as fast as usual. Cool!

Re-opening, DrupalVM is still much faster than this project which is laaaaame. Gotta figure something out.

@jonathanneels Can you open a PR? I was going to add MIDI support as well.

I think @solirpa's solution would work for me, but having a re-auth period as a configuration option would feel a bit cleaner

Totally other way of approaching this, which I think is better, is to use a default value for the Y.Doc but clear it before the websocket fetches data from the...

Here's my OK solution for now, basically only allow the initial connection to succeed once and fallback to non-yjs editing in that initial failure case: ``` // Initial value based...