Samuel Mortenson

Results 36 comments of Samuel Mortenson

Some patches created with Git contain binary diffs, generated using `git diff --binary`. As far as I know, these kind of patches can only be applied using `git apply`. The...

While git doesn't make this easy, you could compile a list of commit hashes for each branch and then diff them going back to 6.x. i.e. 8.0.x commits are commits...

Ah, that would work as well for how Drupal is developed (ex: 7.x is never randomly merged into 8.0.x). So we would just keep track of the branch creation date...

I've found https://github.com/zachomedia/go-bdf to work well for creating font.Faces from bdf files.

Would this enable cross compilation, i.e. compiling mac binaries from linux?

To save a lot re-implementation for handling relationships and included resources, it might be worth looking into adding https://github.com/mysidewalk/jsonapi-parse as a step towards fully modeled resources. Sounds like an easy...

I'm getting the same error when installing contentacms 😞

You can reproduce this problem by adding `` to your page and clicking it with GastonJS. I've written a test for Drupal core, which you can find here: Test: https://www.drupal.org/files/issues/drupal-2773791-5-test-only.patch...

I'm wondering the same thing.