Alan Mels
Alan Mels
Also need this feature.
I second the request to change the algorithm as currently even taking an example of GitHub activity calendar colors  as: ``` legendColors: ["#ebedf0","#216e39"], ``` gives: ![Screenshot...
@pjcdawkins I never did and migrated a website away using a different method.
Thanks for the update. I'll run some more tests later. However, looking at the output of the `drush status` above, it seems to be calling `/home/dev/domains/test.dev.domain.com/public_html/vendor/drush/drush/drush` which comes together with...
I do confirm it's not building with pip3 (earlier versions of pip won't work on Ubuntu 20.04), giving: sudo pip3 install http://www.antlr3.org/download/Python/antlr_python_runtime-3.1.2.tar.gz Collecting http://www.antlr3.org/download/Python/antlr_python_runtime-3.1.2.tar.gz Downloading http://www.antlr3.org/download/Python/antlr_python_runtime-3.1.2.tar.gz (67 kB) |████████████████████████████████| 67...
Line https://github.com/backdrop/backdrop/blob/7cc9968d3c1f8885a9d126668b1a8c0766b8e3d6/core/modules/views/plugins/views_plugin_display_block.inc#L296 looks like: ``` '#default_value' => $argument['position'], ``` So checking the content of $argument gives:  As you can see there is no...
Thanks for a quick action. See https://github.com/backdrop/backdrop/pull/4269#pullrequestreview-1211075393
Works for me. But I don't see any options to use labels on my GitHub UI.
@argiepiano, you'll see the log if everything is turned on /admin/config/development/logging Thanks for confirming my finding. I know it's just a comment, but since it's flooding the log page would...
Thanks for the quick fix. I've tested PR and it works as expected - the log page is no more flooded with the reported comments. It's ready to be committed...