Alan Mels

Results 51 comments of Alan Mels

I second the request to change the algorithm as currently even taking an example of GitHub activity calendar colors ![Screenshot from 2021-01-28 19-09-25](https://user-images.githubusercontent.com/56604405/106222266-660f4000-619c-11eb-8209-d1c1f30e9432.png) as: ``` legendColors: ["#ebedf0","#216e39"], ``` gives: ![Screenshot...

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: ![Screenshot 2022-12-08 at 3 27 57 PM](https://user-images.githubusercontent.com/56604405/206571867-3bd5a5fe-84a2-4008-bcdc-5260c9dea46b.png) As you can see there is no...

Thanks for a quick action. See https://github.com/backdrop/backdrop/pull/4269#pullrequestreview-1211075393

@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...